summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfarcepest <farcepest@gmail.com>2012-10-17 18:37:26 -0400
committerfarcepest <farcepest@gmail.com>2012-10-17 18:37:26 -0400
commit933e4d599f2de9717e662d16f9e138fd57a56b55 (patch)
treea79ad4cae66e47e57d2aee43b0350d5cd77ad7d4
parent369810dff7d2e9d7371776f9dc58cedf5b794567 (diff)
downloadmysqldb1-933e4d599f2de9717e662d16f9e138fd57a56b55.tar.gz
Tell Travis to start testing PyPy as well.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0805439..7676e24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- "2.5"
- "2.6"
- "2.7"
+ - "pypy"
install: python setup.py install
before_script: mysql -e 'create database mysqldb_test charset utf8;'
script: TESTDB=travis.cnf nosetests