Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicienC committed Nov 21, 2019
1 parent 1aecb65 commit 239edcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ install:
- conda install matplotlib
- conda install shapely
- conda install coveralls
- conda install coverage

script:
- python code/test.py coveralls -v --cov coveralls --cov-report
- coverage run code/test.py

after_success:
- coveralls

0 comments on commit 239edcc

Please sign in to comment.