Skip to content

Commit

Permalink
Adding coveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Mar 27, 2019
1 parent a347c53 commit 17f58af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ python:
- "3.7"

install:
- "pip install pytest flake8 python-coveralls"
- "pip install pytest flake8 pytest-cov python-coveralls"
- "pip install -r requirements.txt"

script:
- "python setup.py install"
- "py.test tests/tests.py"
- "py.test tests/tests.py --cov coveralls"
- "flake8 ate"

after_success:
Expand Down

0 comments on commit 17f58af

Please sign in to comment.