mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Clean up tox.ini file
This commit is contained in:
parent
5c1174fad6
commit
06ff4bbbe4
|
@ -15,6 +15,7 @@ Development version
|
|||
- Add support of six 1.13.0.
|
||||
- Regenerate C sources using Cython 0.29.14.
|
||||
- Fix PEP257 doc block errors in example modules.
|
||||
- Clean up tox.ini file.
|
||||
|
||||
3.14.12
|
||||
-------
|
||||
|
|
6
tox.ini
6
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist=
|
||||
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, py36, py37, py38, pypy, pypy3
|
||||
coveralls, pylint, flake8, pydocstyle, py27, py34, py35, py36, py37, py38, pypy, pypy3
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
@ -23,10 +23,6 @@ commands=
|
|||
coverage report --rcfile=./.coveragerc
|
||||
coveralls
|
||||
|
||||
[testenv:py26]
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||
|
||||
[testenv:py27]
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user