Add a .travis.yml file for travis-ci
This commit is contained in:
parent
d3f9a2f3c4
commit
9eb42bea10
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- python setup.py -q build install
|
||||
script: make test
|
Loading…
Reference in a new issue