add travis support
This commit is contained in:
parent
97f4e34d58
commit
31be6884b3
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- sudo apt-get install -qq uuid-dev swig
|
||||
- pip install -r test-requirements.txt
|
||||
- pip install .
|
||||
# command to run tests
|
||||
script: tests/test-runner
|
Loading…
Reference in New Issue
Block a user