Clean up tox.ini file

This commit is contained in:
Roman Mogylatov 2020-01-26 15:15:50 -05:00
parent 5c1174fad6
commit 06ff4bbbe4
2 changed files with 2 additions and 5 deletions

View File

@ -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
-------

View File

@ -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