Try to make Travis happy

This commit is contained in:
Daniel Marjamäki 2021-02-28 23:22:27 +01:00
parent 6b166eb5a7
commit 773ca43894
1 changed files with 1 additions and 1 deletions

View File

@ -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