diff --git a/requirements/test-ci-base.txt b/requirements/test-ci-base.txt index 0bc747a3167..7c72f78c887 100644 --- a/requirements/test-ci-base.txt +++ b/requirements/test-ci-base.txt @@ -1,4 +1,6 @@ pytest-cov +pytest-sugar +pytest-travis-fold codecov -r extras/redis.txt -r extras/sqlalchemy.txt diff --git a/tox.ini b/tox.ini index c455941ccfd..ae1d6ca7032 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,8 @@ setenv = dynamodb: TEST_BACKEND=dynamodb://@localhost:8000 dynamodb: AWS_ACCESS_KEY_ID=test_aws_key_id dynamodb: AWS_SECRET_ACCESS_KEY=test_aws_secret_key - +PASSENV = + TRAVIS basepython = 2.7: python2.7 3.4: python3.4