Remove dev environment from tox
This commit is contained in:
parent
a04740a27e
commit
78f68468ce
18
tox.ini
18
tox.ini
|
@ -8,24 +8,6 @@ deps=
|
|||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:dev]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
{[testenv]deps}
|
||||
coverage
|
||||
flake8
|
||||
pydocstyle
|
||||
commands=
|
||||
coverage erase
|
||||
coverage run --rcfile=./.coveragerc -m unittest2 discover tests []
|
||||
coverage html --rcfile=./.coveragerc
|
||||
|
||||
flake8 --max-complexity=10 dependency_injector/
|
||||
flake8 --max-complexity=10 examples/
|
||||
|
||||
pydocstyle dependency_injector/
|
||||
pydocstyle examples/
|
||||
|
||||
[testenv:coveralls]
|
||||
basepython=python2.7
|
||||
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||
|
|
Loading…
Reference in New Issue