|
|
@@ -16,11 +16,9 @@ envlist = {py27,py36,pypy}-{aws,azure,openstack}
|
|
|
|
|
|
[testenv]
|
|
|
commands = flake8 cloudbridge test setup.py
|
|
|
- # see setup.cfg for more options being sent to nosetests and coverage
|
|
|
- nosetests --with-progressive --logging-format='%(asctime)s [%(levelname)s] %(name)s: %(message)s' {posargs}
|
|
|
+ # see setup.cfg for options sent to nosetests and coverage
|
|
|
+ {envpython} setup.py nosetests -s --logging-filter=cloudbridge --logging-format='%(asctime)s [%(levelname)s] %(name)s: %(message)s' {posargs}
|
|
|
setenv =
|
|
|
- TERM=linux
|
|
|
- TERMINFO=/etc/terminfo
|
|
|
MOTO_AMIS_PATH=./test/fixtures/custom_amis.json
|
|
|
aws: CB_TEST_PROVIDER=aws
|
|
|
azure: CB_TEST_PROVIDER=azure
|