Skip to content

Commit

Permalink
Fixes travis test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdottom committed Jun 27, 2018
1 parent b15754f commit 8f72a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ install:
# Command to run tests, e.g. python setup.py test
script:
- flake8 thanks
- python setup.py test
- py.test tests/


1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ coverage==4.4.2
Sphinx==1.6.5
twine==1.9.1
ddt
pytest

0 comments on commit 8f72a81

Please sign in to comment.