summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-22 11:18:03 -0700
committerGitHub <noreply@github.com>2018-08-22 11:18:03 -0700
commit943fc924ef5864d04ec4b8eb6c94761763976ae6 (patch)
tree4c902c1af968728b0a27918f5c793d3d814aea5b /tox.ini
parentf1cea823ada61213be36007b888534558e215f86 (diff)
parent1c44d2b9032dc145140cfc74f1a97d316931244b (diff)
downloadpyramid-943fc924ef5864d04ec4b8eb6c94761763976ae6.tar.gz
pyramid-943fc924ef5864d04ec4b8eb6c94761763976ae6.tar.bz2
pyramid-943fc924ef5864d04ec4b8eb6c94761763976ae6.zip
Merge pull request #3333 from stevepiercy/python-version-bump
Add support for Python 3.7 and 3.8 with allowed failure of 3.8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 758d4216b..5a73bc426 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
- py27,py34,py35,py36,pypy,pypy3,
+ py27,py34,py35,py36,py37,py38,pypy,pypy3,
docs,{py2,py3}-cover,coverage,
[testenv]
@@ -13,6 +13,7 @@ basepython =
py35: python3.5
py36: python3.6
py37: python3.7
+ py38: python3.8
pypy: pypy
pypy3: pypy3
py2: python2.7
@@ -48,6 +49,12 @@ commands =
python pyramid/scaffolds/tests.py
deps = virtualenv
+[testenv:py37-scaffolds]
+basepython = python3.7
+commands =
+ python pyramid/scaffolds/tests.py
+deps = virtualenv
+
[testenv:pypy-scaffolds]
basepython = pypy
commands =