Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantrathore committed Feb 17, 2018
1 parent 7018edf commit d10ae56
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 @@ -8,11 +8,11 @@ install:
- pip install -e .
- pip install -r requirements.txt

script: coverage run --source tests/test_janitor.py
script: coverage run tests/test_janitor.py

branches:
only:
- master

after_success:
coveralls
coveralls

0 comments on commit d10ae56

Please sign in to comment.