Merge "Add new tox environment with Swift master branch"
This commit is contained in:
commit
6c12c58867
8
tox.ini
8
tox.ini
@ -42,6 +42,14 @@ setenv = AUTH=tempauth
|
|||||||
LOG_DEST={envdir}/log
|
LOG_DEST={envdir}/log
|
||||||
S3ACL=true
|
S3ACL=true
|
||||||
|
|
||||||
|
[testenv:s3acl_master]
|
||||||
|
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
|
||||||
|
setenv = AUTH=tempauth
|
||||||
|
S3ACL=true
|
||||||
|
deps =
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
git+git://github.com/openstack/swift.git
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
# Avoid to fail by checking members at lxml dynamically loaded module
|
# Avoid to fail by checking members at lxml dynamically loaded module
|
||||||
commands = pylint -E swift3 --ignored-modules=lxml.etree
|
commands = pylint -E swift3 --ignored-modules=lxml.etree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user