Skip to content

Commit

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

0 comments on commit b8a77f8

Please sign in to comment.