summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-04-03 15:11:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-04-03 15:11:22 -0400
commit908ca10a0222c58b93dddc0a76b99edb7dce1ccc (patch)
tree5be6973350310c0a9e7f8212bfbff5035f36d339
parent8ce3ce1b516b61c7425694d32b8fcd482abe0a05 (diff)
downloadpython-coveragepy-908ca10a0222c58b93dddc0a76b99edb7dce1ccc.tar.gz
Use tox 3.0.0
-rw-r--r--requirements/tox.pip2
-rw-r--r--tox.ini4
2 files changed, 5 insertions, 1 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip
index b57aa38..3fb7faf 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -1,4 +1,4 @@
# The version of tox used by coverage.py
-tox==2.9.1
+tox==3.0.0
# Adds env recreation on requirements file changes.
tox-battery==0.5
diff --git a/tox.ini b/tox.ini
index abd9602..397cbec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,8 +58,12 @@ commands =
python igor.py test_with_tracer c {posargs}
[testenv:py26]
+basepython = python2.6
install_command = python -m pip.__main__ install -U {opts} {packages}
+[testenv:py33]
+basepython = python3.3
+
[testenv:pypy]
# The "pypy" environment is for Travis. Probably can make Travis use one of
# the other environments...