summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2015-10-11 22:45:07 -0600
committerBert JW Regeer <bertjw@regeer.org>2015-10-11 22:45:07 -0600
commitcc9126ed2b215fe6c59ca9eb74e6e0a55b9fc76e (patch)
treeb8747a778bd588ceb194015183c64925f706f3af /tox.ini
parent18231f8387b01e21a846b57b4a01e3ceb46e607d (diff)
downloadpyramid-cc9126ed2b215fe6c59ca9eb74e6e0a55b9fc76e.tar.gz
pyramid-cc9126ed2b215fe6c59ca9eb74e6e0a55b9fc76e.tar.bz2
pyramid-cc9126ed2b215fe6c59ca9eb74e6e0a55b9fc76e.zip
Make sure we test on Python 3.5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d3e494de9..ae93c3785 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py32,py33,py34,pypy,pypy3,pep8,
+ py26,py27,py32,py33,py34,py35,pypy,pypy3,pep8,
{py2,py3}-docs,
{py2,py3}-cover,coverage,
@@ -13,6 +13,7 @@ basepython =
py32: python3.2
py33: python3.3
py34: python3.4
+ py35: python3.5
pypy: pypy
pypy3: pypy3
py2: python2.7