Skip to content

Commit

Permalink
Travis fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Apr 13, 2017
1 parent 0db340d commit 2031c58
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 @@ -5,7 +5,7 @@ python:
install: "pip install -r requirements.txt"
# command to run tests
script:
- py.test
- python -m pytest tests/
# Run pep8 on all .py files in all subfolders
# (Ignore "E402: module level import not at top of file")
- find . -name \*.py -exec pep8 --ignore=E402 {} +
Expand Down

0 comments on commit 2031c58

Please sign in to comment.