mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-24 18:43:58 +03:00
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=
|
commands=
|
||||||
unit2 discover tests []
|
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]
|
[testenv:coveralls]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||||
|
|
Loading…
Reference in New Issue
Block a user