Skip to content

Commit

Permalink
make ci use setup.py test command
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy committed Oct 18, 2015
1 parent 51b66e3 commit 6ac8072
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 @@ -9,4 +9,4 @@ python:
- "3.5-dev"
- "nightly"
install: "python setup.py install"
script: "py.test"
script: "python setup.py test"

0 comments on commit 6ac8072

Please sign in to comment.