Skip to content

Commit

Permalink
Forgot to add --stub-only flag to excalibur setup.py nosetests call i…
Browse files Browse the repository at this point in the history
…n .travis.yml
  • Loading branch information
timcnicholls committed Jul 27, 2016
1 parent 7ec6dd5 commit bfe653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
- python setup.py nosetests
- cd ..
- cd plugins/excalibur
- python setup.py nosetests
- python setup.py --stub-only nosetests
- cd ../..
- coverage combine server/.coverage plugins/excalibur/.coverage && coverage report -m

Expand Down

0 comments on commit bfe653e

Please sign in to comment.