diff --git a/.travis.yml b/.travis.yml index 63d9b5d0..1f48e8a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ matrix: script: - make ${MAKETARGET} - - cd test && nosetests --rednose --verbose + - cd test && python3 -m nose --rednose --verbose cache: pip