Fix pep8 and pycrypto versions, fix tox.ini

Change-Id: I8efe200c54e4c441ec9d3c8f02bf03309da8b171
This commit is contained in:
Sergey Lukjanov
2013-07-02 18:48:03 +04:00
parent 6bd1e74305
commit 3a3fdf3c86

View File

@@ -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]