Skip to content

Commit

Permalink
change coveralls location
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarnhart committed Aug 31, 2019
1 parent 375c439 commit 048821d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -64,9 +64,7 @@ install:
- pip install numpy
- pip install -e .
script:
- pip install pytest pytest-cov
- pip install pytest pytest-cov coveralls
- pip install jupyter pandas plotnine holoviews terrainbento
- pytest --cov-report=xml:$(pwd)/coverage.xml
after_success:
- pip install coveralls
- coveralls
after_success: coveralls

0 comments on commit 048821d

Please sign in to comment.