From edfadf3a7c641294d639ae03b11aab6571e631c6 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Tue, 16 Jun 2015 01:12:24 +0200 Subject: [PATCH] pass coveralls env --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7f083a709..680cd2076 100644 --- a/tox.ini +++ b/tox.ini @@ -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