Travis config file

This commit is contained in:
Danilo Bargen
2012-06-04 16:15:10 +02:00
parent b6dcecb4bf
commit 043e530702

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
- pypy
install: echo "No external requirements"
script:
- cd test
- python run.py