Skip to content

Commit 2ceee87

Browse files
committed
MAINT: Update tox for supported Python versions
1 parent e94cec8 commit 2ceee87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
# tox -- -v
2323

2424
# Tox assumes that you have appropriate Python interpreters already
25-
# installed and that they can be run as 'python2.7', 'python3.3', etc.
25+
# installed and that they can be run as (e.g.) 'python3.8'
2626

2727
[tox]
2828
envlist =
29-
py35,py36,py37,
29+
py36,py37,py38,
3030
py37-not-relaxed-strides
3131

3232
[testenv]

0 commit comments

Comments
 (0)