Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasp committed Oct 11, 2017
1 parent b3396ca commit b7e0c40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ python:
install:
- pip install -r requirements.txt

script: pytest
script:
- pytest --cov-report= --cov=plasTeX

after_success:
- coveralls
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
beautifulsoup4==4.6.0
bs4==0.0.1
certifi==2017.7.27.1
chardet==3.0.4
coverage==4.4.1
coveralls==1.2.0
docopt==0.6.2
idna==2.6
py==1.4.34
pytest==3.2.3
pytest-cov==2.5.1
requests==2.18.4
urllib3==1.22

0 comments on commit b7e0c40

Please sign in to comment.