Initial Travis setup

This commit is contained in:
Andy Dustman
2012-10-01 13:05:25 -04:00
parent 4af9b70b91
commit d551f8a8d9

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: python
Python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
script: nosetests
before_script:
- mysql -e 'CREATE DATABASE test;'