@@ -64,7 +64,7 @@ install:
- pip install coveralls
- pip install codecov
script:
- - travis_wait 30 tox -r -e $TOX_ENV
+ - 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
- nosetests --logging-format='%(asctime)s [%(levelname)s] %(name)s: %(message)s' {posargs}
+ nosetests -v --nocapture --nologcapture --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