Skip to content

Commit

Permalink
#16: Changed Travis CI to use setup.py test instead of unittest disco…
Browse files Browse the repository at this point in the history
…ver.
  • Loading branch information
ecdavis committed Sep 10, 2016
1 parent 09edcd8 commit ff1b564
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 @@ -4,4 +4,4 @@ python:
install:
- pip install -e .
script:
- python -m unittest discover
- python setup.py test

0 comments on commit ff1b564

Please sign in to comment.