summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 06782dc9..0eb9f698 100644
--- a/tox.ini
+++ b/tox.ini
@@ -85,8 +85,9 @@ commands =
python -m pylint --notes= {env:LINTABLE}
[travis]
+#2.7: py27, lint
python =
- 2.7: py27, lint
+ 2.7: py27
3.4: py34
3.5: py35
3.6: py36