summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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