summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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