summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2fc25ce5e20dd40d75647e3bf7778c441c13abb3 (plain)
1
2
3
4
5
6
7
8
9
language: python
Python:
 - "2.4"
 - "2.5"
 - "2.6"
 - "2.7"
script: nosetests
before_script:
 - mysql -e 'CREATE DATABASE test;'