mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Try basepython=python
This commit is contained in:
parent
4d82935d1d
commit
fe36a1220e
9
tox.ini
9
tox.ini
|
@ -9,7 +9,7 @@ commands=
|
||||||
unit2 discover tests []
|
unit2 discover tests []
|
||||||
|
|
||||||
[testenv:coveralls]
|
[testenv:coveralls]
|
||||||
basepython=python3.5
|
basepython=python
|
||||||
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||||
deps=
|
deps=
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
@ -17,19 +17,20 @@ 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
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython=python3.5
|
basepython=python
|
||||||
deps=
|
deps=
|
||||||
pylint
|
pylint
|
||||||
commands=
|
commands=
|
||||||
- pylint -f colorized --rcfile=./.pylintrc dependency_injector
|
- pylint -f colorized --rcfile=./.pylintrc dependency_injector
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python3.5
|
basepython=python
|
||||||
deps=
|
deps=
|
||||||
flake8
|
flake8
|
||||||
commands=
|
commands=
|
||||||
|
@ -37,7 +38,7 @@ commands=
|
||||||
flake8 --max-complexity=10 examples/
|
flake8 --max-complexity=10 examples/
|
||||||
|
|
||||||
[testenv:pydocstyle]
|
[testenv:pydocstyle]
|
||||||
basepython=python3.5
|
basepython=python
|
||||||
deps=
|
deps=
|
||||||
pydocstyle
|
pydocstyle
|
||||||
commands=
|
commands=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user