Add .gitreview file and update tox for infra CI

Change-Id: I81aa05b36e687a6bc5e4fdc6388d501df1a0775c
This commit is contained in:
Mark McClain 2015-05-06 18:09:21 -04:00
parent ebb2f2f2f6
commit a766ef5410
2 changed files with 6 additions and 2 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/akanda-appliance.git

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,style
envlist = py27,pep8
[testenv]
deps = -r{toxinidir}/test_requirements.txt
@ -14,7 +14,7 @@ setenv = NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}
[testenv:style]
[testenv:pep8]
deps = flake8
commands = flake8 setup.py akanda