Skip to content

Commit

Permalink
coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Nov 28, 2016
1 parent ee3c7bd commit 4726965
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:

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

# command to install dependencies
# - "pip install 'numpy>=1.11.2' 'cython>=0.24.1' pytest"
Expand All @@ -15,7 +15,8 @@ install:

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

# safelist
branches:
Expand Down

0 comments on commit 4726965

Please sign in to comment.