summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2020-01-22 20:37:47 +1300
committerMike Taves <mwtoews@gmail.com>2020-01-22 20:37:47 +1300
commit2ceee8777b03300a10cebc4038ca773442593e54 (patch)
tree4db34a8bf13962cb173e2e307a42c1299aa94934
parente94cec800304a6a467cf90ce4e7d3e207770b4b4 (diff)
downloadnumpy-2ceee8777b03300a10cebc4038ca773442593e54.tar.gz
MAINT: Update tox for supported Python versions
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5a6d074aa..e58dd6efe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,11 +22,11 @@
# tox -- -v
# Tox assumes that you have appropriate Python interpreters already
-# installed and that they can be run as 'python2.7', 'python3.3', etc.
+# installed and that they can be run as (e.g.) 'python3.8'
[tox]
envlist =
- py35,py36,py37,
+ py36,py37,py38,
py37-not-relaxed-strides
[testenv]