From 23da057cebf35e82193cdf4b9e56064ae49b6f41 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 9 May 2019 14:22:48 -0400 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e3250bd6b..8736f0f3c 100644 --- a/tox.ini +++ b/tox.ini @@ -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