Skip to content

Commit

Permalink
Correcting the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Mar 28, 2019
1 parent d3713ae commit 82b0e65
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 @@ -12,7 +12,7 @@ install:

script:
- "python setup.py install"
- "py.test tests/tests.py ate --cov ate --cov-report term-missing"
- "py.test tests/tests.py"
- "flake8 ate"

after_success:
Expand Down

0 comments on commit 82b0e65

Please sign in to comment.