summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f54dd8e3..8506e5ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,12 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
-# Install:
+# Install:
# pip install tox
# Run:
# tox
[tox]
-#envlist = py27, py34
-envlist = py27
+#envlist = py27
+envlist = py27, py35
[testenv]
deps =
@@ -21,4 +21,3 @@ commands =
python unitest-restful.py
python unitest-xmlrpc.py
#flake8 --exclude=build,.tox,.git
-