summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2016-03-07 23:18:26 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2016-03-07 23:18:26 -0800
commite33ab980cf9c4d026673e21b45ce882e2269b1ca (patch)
tree8c40188be865340485a551a1c992d2719ac5e13d
parent5e90f570d3b182f8d2aeaa5b337bec426ddf94d3 (diff)
downloadpastedeploy-e33ab980cf9c4d026673e21b45ce882e2269b1ca.tar.gz
tox.ini: Drop py32; add py35
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 106434f..20fe9c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,10 @@
[tox]
-envlist = py26,py27,py32,py33,py34,pypy
+envlist = py26, py27, py33, py34, py35, pypy
[testenv]
-deps=
+deps =
nose
# Paste works on Python 3 since Paste 2.0
Paste
-commands={envpython} setup.py test
+commands = {envpython} setup.py test