10 lines
195 B
YAML
10 lines
195 B
YAML
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
|