Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Feb 12, 2018
1 parent 6af8a73 commit 9299afe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,10 @@ before_install:

install:
- . ./scripts/create_testenv.sh
- pip install coveralls

script:
- pytest -v --cov=csrank --ignore experiments

after_success:
- coveralls

0 comments on commit 9299afe

Please sign in to comment.