summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/testing.rst2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/testing.rst b/doc/source/testing.rst
index 90c7483..0f8a46c 100644
--- a/doc/source/testing.rst
+++ b/doc/source/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 py27,py33,py34,pep8
+ $ tox -e py35,py27,pep8,pypy
.. note::
Tox sets up virtual environment and installs all necessary dependencies.
diff --git a/tox.ini b/tox.ini
index 622fc7d..ca759a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py35,py34,py27,pep8,pypy
+envlist = py35,py27,pep8,pypy
skipsdist = True
[testenv]