From 7c9d01545a9cfd9ac3c0485183cb6ed9ec956837 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Wed, 13 Nov 2019 11:51:06 -0800 Subject: Re-remove Python 2.7 support. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index bec5a24..3d0ce33 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] envlist = - flake8, py27, py35, py36, py37, py38 + flake8, py35, py36, py37, py38 # Other valid evironments are: # docs # release @@ -23,8 +23,8 @@ extras = {env:WITH_EXTRAS:} commands = # Doctests - py36: {envpython} -m doctest -o IGNORE_EXCEPTION_DETAIL docs/howitworks.rst - !py27: pytest README.rst docs/examples.rst + {envpython} -m doctest -o IGNORE_EXCEPTION_DETAIL docs/howitworks.rst + pytest README.rst docs/examples.rst pytest --doctest-modules {envsitepackagesdir}/natsort # Full test suite. Allow the user to pass command-line objects. pytest --hypothesis-profile=slow-tests --tb=short --cov {envsitepackagesdir}/natsort --cov-report term-missing {posargs:} -- cgit v1.2.1