Skip to content

Commit

Permalink
Switched to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukanOO committed Apr 12, 2019
1 parent 280af63 commit 219a852
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 @@ -2,10 +2,10 @@ language: python
python:
- "3.6"
install:
- pip install python-coveralls nosexcover
- pip install codecov nosexcover
- pip install -e ."[snips,test]"
- snips-nlu download en
script:
- python -m nose --with-doctest --with-xcoverage --cover-package=pytlas
after_success:
- coveralls
- codecov

0 comments on commit 219a852

Please sign in to comment.