summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2015-10-03 13:43:09 +0300
committerIonel Cristian Mărieș <contact@ionelmc.ro>2015-10-03 13:43:09 +0300
commit10364638661f04b07bee0af9c3ad40eb42ce0599 (patch)
tree92e15161b184f1fd4de8fd5d54a0f33a49991e9f /tox.ini
parent8d04e68fdac7ddf9f34f3d2f11f5f305815ef789 (diff)
Fix envs for 3.5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7b46a80..4ca1361 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
envlist =
clean,
check,
- {2.6,2.7,3.3,3.4,pypy}-{cover,nocov},
+ {2.6,2.7,3.3,3.4,3.5,pypy}-{cover,nocov},
report,
docs
@@ -15,6 +15,7 @@ basepython =
{2.7,docs,spell}: {env:TOXPYTHON:python2.7}
3.3: {env:TOXPYTHON:python3.3}
3.4: {env:TOXPYTHON:python3.4}
+ 3.5: {env:TOXPYTHON:python3.5}
{clean,check,report,extension-coveralls,coveralls,codecov}: python3.4
setenv =
PYTHONPATH={toxinidir}/tests
@@ -112,6 +113,9 @@ usedevelop = false
[testenv:3.4-nocov]
usedevelop = false
+[testenv:3.5-nocov]
+usedevelop = false
+
[testenv:pypy-nocov]
usedevelop = false