pass coveralls env

This commit is contained in:
Anatoly Bubenkov 2015-06-16 01:12:24 +02:00
parent 502a372405
commit edfadf3a7c
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ commands= py.test --lsof -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
deps=
nose
mock
passenv=COVERALLS_REPO_TOKEN
[testenv:py27-subprocess]
changedir=.
@ -151,7 +152,6 @@ commands=
coverage run --source=_pytest {envdir}/bin/py.test
coverage report -m
coveralls
passenv=COVERALLS_REPO_TOKEN
[pytest]
minversion=2.0