Skip to content

Commit

Permalink
Try running as coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Oct 29, 2019
1 parent 0decdff commit 2d38b06
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 @@ -10,13 +10,13 @@ install:
- pip install -e .[ws]
- pip install uvloop
- pip install pytest-asyncio
- pip install pytest-cov
- pip install coverage
- pip install coveralls
- pip install pycodestyle
- pip install Sphinx
# command to run tests
script:
- pytest --cov=aiorpcx
- coverage run -m pytest
- pycodestyle --max-line-length=100 aiorpcx/*.py
- sh -c "cd docs && make html"
after_success: coveralls

0 comments on commit 2d38b06

Please sign in to comment.