mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Remove debug output from tox
This commit is contained in:
parent
6a1e058bdb
commit
15d156cdaf
3
tox.ini
3
tox.ini
|
@ -6,7 +6,7 @@ envlist=
|
||||||
deps=
|
deps=
|
||||||
unittest2
|
unittest2
|
||||||
commands=
|
commands=
|
||||||
unit2 discover tests []
|
unit2 discover tests
|
||||||
|
|
||||||
[testenv:coveralls]
|
[testenv:coveralls]
|
||||||
basepython=python
|
basepython=python
|
||||||
|
@ -17,7 +17,6 @@ deps=
|
||||||
coverage
|
coverage
|
||||||
coveralls
|
coveralls
|
||||||
commands=
|
commands=
|
||||||
cat /home/travis/build/ets-labs/python-dependency-injector/.tox/coveralls/log/coveralls-2.log
|
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run --rcfile=./.coveragerc -m unittest2 discover tests
|
coverage run --rcfile=./.coveragerc -m unittest2 discover tests
|
||||||
coveralls
|
coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user