Skip to content

Commit

Permalink
Update travis to generate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
begoldsm committed Nov 29, 2016
1 parent 60a330b commit cfad94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -17,11 +17,11 @@ install:
- pip install -r dev_requirements.txt
- python setup.py develop

# Install coveralls
- pip install coveralls
# Install coveralls and pytest coverage
- pip install coveralls pytest-cov

script:
- py.test -x -vvv --doctest-modules --pyargs azure.datalake.store tests
- py.test -x -vvv --doctest-modules --cov=azure/datalake/store --pyargs azure.datalake.store tests

after_success:
- coveralls
Expand Down

0 comments on commit cfad94f

Please sign in to comment.