summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-12-09 15:28:06 +0100
committerholger krekel <holger@merlinux.eu>2013-12-09 15:28:06 +0100
commitb05f70be1296bf9c00af1020faeb8a8209e23066 (patch)
tree0855fed98e42046abd597ce6b977572fb742d56d /tests
parentcfc835360b33f3cc9eabecd24f5d04b3d1c25a1c (diff)
downloadtox-b05f70be1296bf9c00af1020faeb8a8209e23066.tar.gz
remove training note
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 9cd9d44..5d11d88 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -868,7 +868,7 @@ class TestGlobalOptions:
assert str(env.basepython) == sys.executable
def test_default_environments(self, tmpdir, newconfig, monkeypatch):
- envs = "py24,py25,py26,py27,py31,py32,jython,pypy"
+ envs = "py26,py27,py31,py32,py33,jython,pypy"
inisource = """
[tox]
envlist = %s