Skip to content

Commit 96d036a

Browse files
Create .travis.yml
1 parent 60c8d45 commit 96d036a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: python
2+
sudo: false
3+
4+
5+
6+
7+
python:
8+
- '3.6'
9+
10+
11+
install:
12+
- travis_retry pip install -r requirements-dev.txt
13+
- travis_retry pip install -r requirements.txt
14+
- travis_retry pip install -e .
15+
16+
17+
18+
after_success:
19+
- coveralls

0 commit comments

Comments
 (0)