From 06ff4bbbe492c071dcdaac606bf852403ef8a7d4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 26 Jan 2020 15:15:50 -0500 Subject: [PATCH] Clean up tox.ini file --- docs/main/changelog.rst | 1 + tox.ini | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index e8b17868..294a4722 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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 ------- diff --git a/tox.ini b/tox.ini index 0dcf2c99..f9c344b6 100644 --- a/tox.ini +++ b/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