mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Maybe a subshell will do the trick?
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user