tox: Don't use Python 3.8 by default

3.8.0 final is not released yet. This default set is meant to be a
reasonable list for quick iteration during development.
This commit is contained in:
Adrian Sampson 2019-05-09 14:22:48 -04:00
parent ff1d43ddf9
commit 23da057ceb

View file

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27-test, py37-test, py38-test, py27-flake8, docs
envlist = py27-test, py37-test, py27-flake8, docs
# The exhaustive list of environments is:
# envlist = py{27,34,35}-{test,cov}, py{27,34,35}-flake8, docs