Skip to content

Commit

Permalink
Removed six.py from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jan 21, 2017
1 parent d5f0340 commit 2c6eec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ install:
- pip install -Ur requirements-test.txt
- pip install -Ue .

script: tox -- --cov=./circuits --no-cov-on-fail --cov-report=
script: tox -- --cov=circuits --no-cov-on-fail --cov-report=

after_success: codecov

Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -5,6 +5,9 @@ skip_missing_interpreters=True
[pytest]
addopts=-r fsxX --durations=10 --ignore=tmp

[coverage:run]
omit=circuits/six.py

[testenv]
commands=py.test {posargs}
deps=
Expand Down

0 comments on commit 2c6eec5

Please sign in to comment.