We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfadf3 commit b38cadbCopy full SHA for b38cadb
tox.ini
@@ -8,7 +8,6 @@ commands= py.test --lsof -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
8
deps=
9
nose
10
mock
11
-passenv=COVERALLS_REPO_TOKEN
12
13
[testenv:py27-subprocess]
14
changedir=.
@@ -143,13 +142,15 @@ commands=
143
142
{envpython} tox_run.py
144
145
[testenv:coveralls]
146
-changedir=testing
+passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
+changedir=
147
+usedevelop=True
148
basepython=python3.4
149
deps =
150
{[testenv]deps}
151
coveralls
152
commands=
- coverage run --source=_pytest {envdir}/bin/py.test
153
+ coverage run --source=_pytest {envdir}/bin/py.test testing
154
coverage report -m
155
156
0 commit comments