Skip to content

Commit

Permalink
install coveralls only on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka committed Feb 6, 2018
1 parent 79f8211 commit 515ed77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
cache: pip
language: python
before_install: pip install coveralls
python:
- "2.7"
- "3.6"
Expand All @@ -11,6 +12,7 @@ matrix:
before_install: pip install pycodestyle
script: pycodestyle
env: pep8
after_success: true
script:
- coverage run setup.py test
after_success:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
},
install_requires=["requests"],
tests_require=["requests", "mock", "coveralls"],
tests_require=["requests", "mock"],
package_data={"": ["LICENSE", "README.md"]},
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 515ed77

Please sign in to comment.