Skip to content

Commit

Permalink
Changed Travis CI pytest command.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Aug 3, 2017
1 parent 09ff569 commit 48cd38a
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 @@ -7,4 +7,4 @@ python:
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: pytest
script: python -m pytest -v

0 comments on commit 48cd38a

Please sign in to comment.