@@ -64,7 +64,7 @@ install:
- pip install coveralls
- pip install codecov
script:
- - tox -r -e $TOX_ENV -- -s
+ - tox -r -e $TOX_ENV
after_script:
- |
case "$TRAVIS_EVENT_TYPE" in
@@ -17,7 +17,7 @@ envlist = {py27,py36,pypy}-{aws,azure,openstack}
[testenv]
commands = flake8 cloudbridge test setup.py
# see setup.cfg for options sent to nosetests and coverage
- {envpython} setup.py nosetests {posargs}
+ {envpython} setup.py nosetests -s --logging-filter=cloudbridge --logging-format='%(asctime)s [%(levelname)s] %(name)s: %(message)s' {posargs}
setenv =
MOTO_AMIS_PATH=./test/fixtures/custom_amis.json
aws: CB_TEST_PROVIDER=aws