mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Initial Travis setup
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal 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;'
|
||||
Reference in New Issue
Block a user