Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…low2 into develop
  • Loading branch information
Kasulejoseph committed Aug 23, 2018
2 parents 5a7018e + 1b06577 commit de8f5f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ python:

# install dependency
install:
- pip install -r requirement.txt
- pip install -r requirements.txt
- pip install coveralls

script:
- python3 -m pytest --cov=app tests/
- coverage run --source=app run.py test
- python3 -m pytest

after_success:
- coveralls

0 comments on commit de8f5f3

Please sign in to comment.