Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating coveralls init
  • Loading branch information
thinkingserious committed Jun 16, 2017
commit 5019bf0d48e8c95b3d931256ea47b2ff7469ff23
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- pip install coveralls
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover; else python -m unittest discover; fi
- coverage run tests/test_unit.py
- coverage run --source=python_http_client setup.py tests/test_unit.py
notifications:
hipchat:
rooms:
Expand Down