Skip to content

Commit

Permalink
JQ-325 (cgates): Revised travis email notifications [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cgates committed Jul 11, 2019
1 parent 322633b commit 0fa84e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ python:

install:
- pip install -r requirements.txt

before_script:
- pip install coverage
- pip install coveralls

script:
script:
- nosetests --with-coverage --verbose --cover-package=jacquard
- nosetests examples

Expand All @@ -23,4 +23,3 @@ after_success:
notifications:
email:
- cgates@umich.edu
- jebene@umich.edu

0 comments on commit 0fa84e6

Please sign in to comment.