Add travis ci config
This commit is contained in:
parent
e00537ba57
commit
66ac8760be
2 changed files with 7 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: python -m pytest src/Test
|
Loading…
Add table
Add a link
Reference in a new issue