Travis: Run test/cli tests with python3
This commit is contained in:
parent
8c57e2bb14
commit
f39e605292
|
@ -154,7 +154,7 @@ script:
|
|||
# Testing cli
|
||||
- cp -R . ../cppcheck\ 2
|
||||
- cd ../cppcheck\ 2/test/cli # path with space
|
||||
- python -m pytest test-*.py
|
||||
- python3 -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
|
||||
|
|
Loading…
Reference in New Issue