Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 28, 2017
1 parent 912c559 commit 73d05ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,11 +7,11 @@ python:
- "3.6"

install:
- pip install pytest pytest-cov
- pip install pytest
- pip install -r requirements.txt

script:
- py.test --cov-report term-missing --cov=gclda
- py.test

notifications:
email: false

0 comments on commit 73d05ac

Please sign in to comment.