Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Update .travis.yml #112

Merged
merged 2 commits into from Dec 11, 2017
Merged
Changes from all commits
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
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ language: python
sudo: false
cache: pip
python:
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
install:
- pip install -r requirements.txt
- pip install codecov
script:
- python -m unittest discover
- coverage run --source=test
notifications:
hipchat:
rooms:
Expand All @@ -19,4 +22,6 @@ notifications:
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
format: html
notify: false
notify: false
after_success:
- codecov