Skip to content

Commit 8ed74e7

Browse files
author
Esteban Echeverry
committed
Merge branch 'feat/01_models' into feat/02_repositories
2 parents 09bfeb3 + 5664b9d commit 8ed74e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
install:
5+
- pip install -r requirements.txt
6+
script:
7+
- pytest -s --cov-report term-missing --cov-branch --cov taskit tests
8+
after_success:
9+
- codecov

0 commit comments

Comments
 (0)