Update tox.ini

This commit is contained in:
Roman Mogilatov 2016-11-02 20:19:04 +02:00
parent a7c0a76d14
commit 8f39ed4957

View File

@ -10,14 +10,14 @@ commands=
[testenv:coveralls]
basepython=python3.5
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
deps=
{[testenv]deps}
cython
coverage
coveralls
commands=
{envpython} setup.py install
{envpython} setup.py build_ext --inplace
coverage erase
coverage run --rcfile=./.coveragerc -m unittest2 discover tests
coveralls