Files
sloth/.travis.yml
T
2014-03-19 22:58:09 +01:00

15 lines
295 B
YAML

virtualenv:
system_site_packages: true
language: python
python:
- "2.7"
# install dependencies and sloth
install:
- sudo apt-get install python-imaging python-qt4 python-numpy python3-numpy python-yaml msgpack-python
- pip install Pillow
- pip install .
# run tests
script: py.test