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] [testenv:coveralls]
basepython=python3.5 basepython=python3.5
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
deps= deps=
{[testenv]deps} {[testenv]deps}
cython cython
coverage coverage
coveralls coveralls
commands= commands=
{envpython} setup.py install {envpython} setup.py build_ext --inplace
coverage erase coverage erase
coverage run --rcfile=./.coveragerc -m unittest2 discover tests coverage run --rcfile=./.coveragerc -m unittest2 discover tests
coveralls coveralls