Skip to content

Commit 5664b9d

Browse files
author
Esteban Echeverry
committed
Merge branch 'feat/docs' into feat/01_models
2 parents f7e9975 + 349f8e2 commit 5664b9d

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)