mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +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=
|
||||
unittest2
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
unit2 discover tests
|
||||
|
||||
[testenv:coveralls]
|
||||
basepython=python
|
||||
|
@ -17,7 +17,6 @@ deps=
|
|||
coverage
|
||||
coveralls
|
||||
commands=
|
||||
cat /home/travis/build/ets-labs/python-dependency-injector/.tox/coveralls/log/coveralls-2.log
|
||||
coverage erase
|
||||
coverage run --rcfile=./.coveragerc -m unittest2 discover tests
|
||||
coveralls
|
||||
|
|
Loading…
Reference in New Issue
Block a user