deb-python-pyngus/.travis.yml
2015-05-14 15:19:27 +02:00

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