mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Maybe a subshell will do the trick?
This commit is contained in:
@ -3,5 +3,5 @@ python:
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install: cd MySQLdb && python setup.py install
|
||||
script: cd MySQLdb && nosetests
|
||||
install: (cd MySQLdb && python setup.py install)
|
||||
script: (cd MySQLdb && nosetests)
|
||||
|
Reference in New Issue
Block a user