Skip to content

Commit

Permalink
Fixing travis command
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Jun 15, 2018
1 parent 9c73922 commit 7a86f4e
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 @@ -8,4 +8,4 @@ install:
- pip install -r requirements.txt
# command to run tests
script:
- python -m unittest discover -s test # or py.test for Python versions 3.5 and below
- python -m unittest discover -s tests/ # or py.test for Python versions 3.5 and below

0 comments on commit 7a86f4e

Please sign in to comment.