Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
infothrill committed Apr 15, 2017
1 parent 4f950b8 commit 05c21d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ python:
- "pypy"
install: pip install tox-travis
script: tox
after_success: "coveralls"
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
envlist = pep8,py27,py36

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps = coveralls
coverage
commands =
coverage run --source=bitsnoop setup.py test
# https://tox.readthedocs.io/en/latest/example/basic.html#ignoring-a-command-exit-code
- coveralls


[testenv:pep8]
deps = -rrequirements/pep8.txt
Expand Down

0 comments on commit 05c21d8

Please sign in to comment.