Skip to content

Commit 8f39ed4

Browse files
committed
Update tox.ini
1 parent a7c0a76 commit 8f39ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ commands=
1010

1111
[testenv:coveralls]
1212
basepython=python3.5
13-
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
13+
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
1414
deps=
1515
{[testenv]deps}
1616
cython
1717
coverage
1818
coveralls
1919
commands=
20-
{envpython} setup.py install
20+
{envpython} setup.py build_ext --inplace
2121
coverage erase
2222
coverage run --rcfile=./.coveragerc -m unittest2 discover tests
2323
coveralls

0 commit comments

Comments
 (0)