summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2018-09-05 22:58:26 -0600
committerBert JW Regeer <bertjw@regeer.org>2018-09-05 22:58:26 -0600
commit8223924f53c52e5a11c5ecc99d977bdbd479ff83 (patch)
tree163140fbe7c325a4b7efa6bbf5dee954b0c4ca24
parent3dfe29316b5e8dcf209a2dfdcdc4632f85d48d7c (diff)
downloadwaitress-8223924f53c52e5a11c5ecc99d977bdbd479ff83.tar.gz
Was a bit too aggressive with updating tox
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 48defa3..f9b4227 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ basepython =
py38: python3.8
pypy: pypy
py2: python2.7
- py3: python3.7
+ py3: python3.5
commands =
pip install waitress[testing]