pass coveralls env
This commit is contained in:
parent
502a372405
commit
edfadf3a7c
2
tox.ini
2
tox.ini
|
@ -8,6 +8,7 @@ commands= py.test --lsof -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
|
||||||
deps=
|
deps=
|
||||||
nose
|
nose
|
||||||
mock
|
mock
|
||||||
|
passenv=COVERALLS_REPO_TOKEN
|
||||||
|
|
||||||
[testenv:py27-subprocess]
|
[testenv:py27-subprocess]
|
||||||
changedir=.
|
changedir=.
|
||||||
|
@ -151,7 +152,6 @@ commands=
|
||||||
coverage run --source=_pytest {envdir}/bin/py.test
|
coverage run --source=_pytest {envdir}/bin/py.test
|
||||||
coverage report -m
|
coverage report -m
|
||||||
coveralls
|
coveralls
|
||||||
passenv=COVERALLS_REPO_TOKEN
|
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
minversion=2.0
|
minversion=2.0
|
||||||
|
|
Loading…
Reference in New Issue