Private GIT

Skip to content
Snippets Groups Projects
Commit e2b837de authored by miigotu's avatar miigotu
Browse files

Set travis vars in tox.ini

Run coveralls from tox or it isnt found
parent 15e0e346
Branches
No related tags found
No related merge requests found
......@@ -32,8 +32,6 @@ cache:
- .build/bower_components
- .build/node_modules
after_success: coveralls
after_failure:
- cat ./Logs/sickrage.log
......
......@@ -3,6 +3,7 @@ skipsdist = true
envlist = py27
[testenv:py27]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
envdir = {toxworkdir}/tox
deps =
coveralls
......@@ -12,3 +13,4 @@ deps =
commands =
nosetests -c nose.cfg
coveralls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment