From 773ca438945a6229ed7bf058122c54a8eac966ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 28 Feb 2021 23:22:27 +0100 Subject: [PATCH] Try to make Travis happy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe9828c98..d66fbdf73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,7 +154,7 @@ script: # Testing cli - cp -R . ../cppcheck\ 2 - cd ../cppcheck\ 2/test/cli # path with space - - python3 -m pytest test-*.py + - python -m pytest test-*.py - cd - # Testing addons (disabled 2020-11-24 because Travis fails, TODO try to enable these) # - PYTHONPATH=./addons python -m pytest addons/test/test-*.py