mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Update tox.ini
This commit is contained in:
parent
a7c0a76d14
commit
8f39ed4957
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user