summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndy Dustman <farcepest@gmail.com>2012-10-01 13:28:14 -0400
committerAndy Dustman <farcepest@gmail.com>2012-10-01 13:28:14 -0400
commit899c3342b221031c7fa174a506fbb0f71b68d6c0 (patch)
treee2f9fb1bf10736bf906403138489e86b52670682 /.travis.yml
parent8f593def7bf237126aec2b0b85685f271de911e9 (diff)
downloadmysqldb1-899c3342b221031c7fa174a506fbb0f71b68d6c0.tar.gz
More Travis fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 31dd7c2..b6f0b85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: python
-Python:
+python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
+install: pip install ./MySQLdb
script: nosetests MySQLdb