Skip to content

Commit

Permalink
change pytest to py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
100 committed Jun 19, 2017
1 parent 6e48541 commit 98a152f
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 @@ -2,4 +2,4 @@ language: python
install:
- pip install numpy
- pip install .
script: pytest -s
script: py.test -s

0 comments on commit 98a152f

Please sign in to comment.