Skip to content

Commit

Permalink
Revert " Turn on codacy coverage"
Browse files Browse the repository at this point in the history
This reverts commit f3c1651.
  • Loading branch information
tpazderka committed Apr 26, 2018
1 parent f3c1651 commit ef6d5f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
envlist = py{27,34,35,36},docs,quality

[testenv]
passenv = CI TRAVIS TRAVIS_* CODACY_PROJECT_TOKEN
passenv = CI TRAVIS TRAVIS_*
commands =
py.test --cov-report= --cov=oic tests/ -m "not network" {posargs}
codecov
coverage xml
python-codacy-coverage -r coverage.xml
extras = testing
deps =
codecov
pytest-cov
codacy-coverage

[testenv:docs]
whitelist_externals = make
Expand Down

0 comments on commit ef6d5f2

Please sign in to comment.