Fix Content-Type for ns-create
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 280145a..5c85c60 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
 [tox]
-envlist = py27,py3,flake8
+envlist = py27,py3,flake8,pyflakes
+toxworkdir={homedir}/.tox
 
 [testenv]
 deps=nose
@@ -12,6 +13,12 @@ deps = flake8
 commands =
     flake8 setup.py
 
+[testenv:pyflakes]
+basepython = python3
+deps = pyflakes
+commands =
+    pyflakes osmclient
+
 [testenv:build]
 basepython = python
 deps = stdeb