summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2015-07-27 15:16:25 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2015-07-27 15:16:25 +0200
commit5bd8c72163d7f3c1180cd1955fe22dafae901b62 (patch)
tree65b4da7d7bc1f7c3cda81246c86e39856feb96a3 /tox.ini
parent130c1a10594ec0ac004d72ab3e2845fbdfc30985 (diff)
downloadpsutil-5bd8c72163d7f3c1180cd1955fe22dafae901b62.tar.gz
try to fix tox
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 4aece7cd..d80dd174 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,10 +4,6 @@
# To use it run "pip install tox" and then run "tox" from this
# directory.
-# suppress "WARNING: 'git' command found but not installed in testenv
-whitelist_externals = git
-usedevelop = True
-
[tox]
envlist = py26, py27, py32, py33, py34
@@ -31,3 +27,6 @@ commands =
py.test {posargs}
git ls-files | grep \\.py$ | xargs flake8
+# suppress "WARNING: 'git' command found but not installed in testenv
+whitelist_externals = git
+usedevelop = True