Fix pep8 and pycrypto versions, fix tox.ini
Change-Id: I8efe200c54e4c441ec9d3c8f02bf03309da8b171
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -2,6 +2,7 @@
|
||||
envlist = py26,py27,py33,pep8
|
||||
|
||||
[testenv]
|
||||
sitepackages = True
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
NOSE_WITH_OPENSTACK=1
|
||||
@@ -23,12 +24,11 @@ commands = nosetests -w integration -x {posargs}
|
||||
setenv = NOSE_WITH_COVERAGE=1
|
||||
|
||||
[tox:jenkins]
|
||||
sitepackages = False
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:pep8]
|
||||
deps =
|
||||
flake8
|
||||
hacking
|
||||
sitepackages = False
|
||||
commands = flake8 {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
|
||||
Reference in New Issue
Block a user