Skip to content

Commit

Permalink
Updating travis to include coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Mar 27, 2019
1 parent 3f493f8 commit a347c53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ python:
- "3.7"

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

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

after_success:
- "coveralls"

0 comments on commit a347c53

Please sign in to comment.