aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-10-04 12:09:08 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2015-10-04 12:09:08 -0500
commitba1e89cf8100c83856ab8a6850d03db456d73c02 (patch)
treea02055bb8238772d439e979c17231abe83d6bac8 /tox.ini
parent4ca6d852909b997c7a188438a62918bc9166a368 (diff)
downloaduritemplates-ba1e89cf8100c83856ab8a6850d03db456d73c02.tar.gz
Update Travis and tox config
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 15 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1234a0e..c2c4dbd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,18 @@
[tox]
-envlist = py26,py27,py32,py33
+envlist =
+ py26,
+ py27,
+ py32,
+ py33,
+ py34,
+ py35,
+ pep8,
+
[testenv]
commands = python test_uritemplate.py
+
+[testenv:pep8]
+deps =
+ flake8
+commands =
+ flake8 {posargs} .