summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0805439d8e9aa76479e0dbd0a1b7c9bf6d1ea210 (plain)
1
2
3
4
5
6
7
8
language: python
python:
 - "2.5"
 - "2.6"
 - "2.7"
install: python setup.py install
before_script: mysql -e 'create database mysqldb_test charset utf8;'
script: TESTDB=travis.cnf nosetests