summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-05-12 12:36:49 +0200
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-05-12 12:36:49 +0200
commit0032d468b5dc93b5bf9e639f382b4c869c5ef14c (patch)
tree989c2df3dafb9e00ea5b62f0c0e084f54547b1d0 /tox.ini
parent8634a4dba13a42abb54b968896810ecbd264a2a3 (diff)
downloadgitlab-0032d468b5dc93b5bf9e639f382b4c869c5ef14c.tar.gz
make the tests pass
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ee0349b..06cc095 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py27,py34,pep8
+envlist = py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
@@ -15,7 +15,7 @@ commands =
[testenv:pep8]
commands =
- flake8 {posargs} gitlab gitlab.py
+ flake8 {posargs} gitlab bin
[testenv:venv]
commands = {posargs}