add travis file

This commit is contained in:
tshirtman 2012-11-06 19:49:29 +01:00
parent 383cdf5742
commit 1a06bedd97
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: python
python:
- "2.7"
# command to install dependencies
before_install:
- sudo apt-get update
- sudo apt-get install python-pip openjdk-7-jdk
install:
- pip install --upgrade cython --use-mirrors
- make
# command to run tests
script:
- make tests