pass coveralls env

This commit is contained in:
Anatoly Bubenkov 2015-06-16 01:37:55 +02:00
parent edfadf3a7c
commit b38cadbecd
1 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,6 @@ 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=.
@ -143,13 +142,15 @@ commands=
{envpython} tox_run.py {envpython} tox_run.py
[testenv:coveralls] [testenv:coveralls]
changedir=testing passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
changedir=
usedevelop=True
basepython=python3.4 basepython=python3.4
deps = deps =
{[testenv]deps} {[testenv]deps}
coveralls coveralls
commands= commands=
coverage run --source=_pytest {envdir}/bin/py.test coverage run --source=_pytest {envdir}/bin/py.test testing
coverage report -m coverage report -m
coveralls coveralls