Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukanOO committed Nov 15, 2018
1 parent 2d24051 commit 868564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,10 +2,10 @@ language: python
python:
- "3.6"
install:
- pip install python-coveralls
- pip install python-coveralls nosexcover
- pip install -e ."[snips,test]"
- snips-nlu download en
script:
- python -m nose --with-doctest --with-coverage --cover-package=pytlas
- python -m nose --with-doctest --with-xcoverage --cover-package=pytlas
after_success:
- coveralls

0 comments on commit 868564d

Please sign in to comment.