Skip to content

Commit

Permalink
Prettify test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Dec 11, 2017
1 parent dd2cdd9 commit 56b94c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements/test-ci-base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pytest-cov
pytest-sugar
pytest-travis-fold
codecov
-r extras/redis.txt
-r extras/sqlalchemy.txt
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56b94c3

Please sign in to comment.