Maybe a subshell will do the trick?

This commit is contained in:
Andy Dustman
2012-10-01 13:43:00 -04:00
parent fb346e1d40
commit f42c369300

View File

@ -3,5 +3,5 @@ python:
- "2.5" - "2.5"
- "2.6" - "2.6"
- "2.7" - "2.7"
install: cd MySQLdb && python setup.py install install: (cd MySQLdb && python setup.py install)
script: cd MySQLdb && nosetests script: (cd MySQLdb && nosetests)