Add travis ci config file.

This commit is contained in:
Markus Roth
2013-11-28 01:49:19 +01:00
parent e4b3883471
commit e17334270f
+14
View File
@@ -0,0 +1,14 @@
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
- pip install Pillow
- pip install .
# run tests
script: py.test