Skip to content

Commit 3392506

Browse files
committed
[FIX] Fix tox coverage test
1 parent d808319 commit 3392506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ envlist = py35, py36, flake8, coverage
33

44
[testenv:coverage]
55
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
6-
deps =
7-
coveralls
6+
deps =
7+
-r{toxinidir}/requirements.txt
88
commands =
99
coverage run --source=pynocchio setup.py test
1010
coveralls

0 commit comments

Comments
 (0)