Skip to content

Commit 529a4bd

Browse files
committed
travis: fix command to run tests
Make sure nosetest pick up all our tests in test/, including those present in executable files.
1 parent 4a208eb commit 529a4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919

2020
# command to run tests
2121
script:
22-
nosetests --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/ examples/run_examples.py
22+
nosetests --exe --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/ examples/run_examples.py
2323

2424
after_success:
2525
- codecov

0 commit comments

Comments
 (0)