Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Jun 24, 2020
1 parent 9c0037b commit 147588a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ install:
# install requirements of physcraper
- pip install -r requirements.txt
- python setup.py install
- pip install codecov

script:
#- py.test tests/ --setup-only
#- sh tests/run_tests.sh
- pytest tests

after_success:
- curl -s https://codecov.io/bash | bash

- codecov

0 comments on commit 147588a

Please sign in to comment.