Browse Source

Prettify test output.

Omer Katz 7 years ago
parent
commit
56b94c3272
2 changed files with 4 additions and 1 deletions
  1. 2 0
      requirements/test-ci-base.txt
  2. 2 1
      tox.ini

+ 2 - 0
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

+ 2 - 1
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