diff options
author | Mike Taves <mwtoews@gmail.com> | 2020-01-22 20:37:47 +1300 |
---|---|---|
committer | Mike Taves <mwtoews@gmail.com> | 2020-01-22 20:37:47 +1300 |
commit | 2ceee8777b03300a10cebc4038ca773442593e54 (patch) | |
tree | 4db34a8bf13962cb173e2e307a42c1299aa94934 | |
parent | e94cec800304a6a467cf90ce4e7d3e207770b4b4 (diff) | |
download | numpy-2ceee8777b03300a10cebc4038ca773442593e54.tar.gz |
MAINT: Update tox for supported Python versions
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |