Skip to content

Commit

Permalink
Print pytest version for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdoepke committed Mar 7, 2018
1 parent fbd496d commit 2932c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install:
- pip install codecov pytest-cov

script:
- pytest --version
- pytest -ra --cov=pytest_localstack/ --cov-config .coveragerc -k "tests/$TEST_SUITE"
- codecov --required -e TRAVIS_EVENT_TYPE -F "$TEST_SUITE"

Expand Down

0 comments on commit 2932c24

Please sign in to comment.