summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
parent8ce3ce1b516b61c7425694d32b8fcd482abe0a05 (diff)
downloadpython-coveragepy-908ca10a0222c58b93dddc0a76b99edb7dce1ccc.tar.gz
Use tox 3.0.0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
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...