Skip to content

Commit b38cadb

Browse files
committed
pass coveralls env
1 parent edfadf3 commit b38cadb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ commands= py.test --lsof -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
88
deps=
99
nose
1010
mock
11-
passenv=COVERALLS_REPO_TOKEN
1211

1312
[testenv:py27-subprocess]
1413
changedir=.
@@ -143,13 +142,15 @@ commands=
143142
{envpython} tox_run.py
144143

145144
[testenv:coveralls]
146-
changedir=testing
145+
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
146+
changedir=
147+
usedevelop=True
147148
basepython=python3.4
148149
deps =
149150
{[testenv]deps}
150151
coveralls
151152
commands=
152-
coverage run --source=_pytest {envdir}/bin/py.test
153+
coverage run --source=_pytest {envdir}/bin/py.test testing
153154
coverage report -m
154155
coveralls
155156

0 commit comments

Comments
 (0)