summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-05-23 16:15:30 +0200
committernicolargo <nicolashennion@gmail.com>2016-05-23 16:15:30 +0200
commit6329ae65886a5e2a72add9d42917ce49791bf107 (patch)
treeb0c8d02c1a3447b07c5d56f8507058a0df7c8dd9 /tox.ini
parent830caf970355d8115dc686556987cad78f9f4cfe (diff)
Remove file after Python 2.6 deprecation
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
-