Skip to content

Commit

Permalink
[FIX] Fix tox coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Oct 25, 2018
1 parent d808319 commit 3392506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ envlist = py35, py36, flake8, coverage

[testenv:coverage]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
coveralls
deps =
-r{toxinidir}/requirements.txt
commands =
coverage run --source=pynocchio setup.py test
coveralls
Expand Down

0 comments on commit 3392506

Please sign in to comment.