Skip to content

Commit 6f0722e

Browse files
committed
Add initial travis config
1 parent 45eea89 commit 6f0722e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: python
2+
dist: xenial
3+
4+
git:
5+
depth: 1
6+
7+
matrix:
8+
include:
9+
- python: 3.7
10+
11+
install:
12+
- pip install -e .
13+
- pip install -r requirements.txt
14+
15+
script:
16+
- make

0 commit comments

Comments
 (0)