diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 97a6491c1..166c99c36 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -24,7 +24,7 @@ environments sequentially and pep8 style guideline run:: You can also selectively pick specific test environments by listing your chosen environments after a -e flag:: - $ tox -e py35,py27,pep8,pypy + $ tox -e py3,pep8 .. note:: Tox sets up virtual environment and installs all necessary dependencies. diff --git a/tox.ini b/tox.ini index d262bfced..5d33436ec 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.0 -envlist = py3,pep8,pypy +envlist = py3,pep8 skipsdist = True ignore_basepython_conflict=true