Skip to content

Commit

Permalink
Removed coveralls support. Travis is a PAIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Dec 5, 2016
1 parent 6781cd7 commit b16ec05
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,16 @@ python:
- "2.7"
- "3.5"

before_install:
- pip install coveralls
- pip install "coverage>=4.2"

# command to install dependencies
# - "pip install 'numpy>=1.11.2' 'cython>=0.24.1' pytest"
install:
- "pip install -r requirements_dev.txt"
- "pip install ."

# command to run tests
script:
- pytest
#- coverage run --source surprise -m pytest

# safelist
branches:
only:
- master

after_success:
- coveralls

0 comments on commit b16ec05

Please sign in to comment.