mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Update the Travis config so that the tests use the correct database configuration file
This commit is contained in:
@@ -4,4 +4,4 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install: (cd MySQLdb && python setup.py install)
|
||||
script: (cd MySQLdb && nosetests)
|
||||
script: (cd MySQLdb && TESTDB=travis.cnf nosetests)
|
||||
|
||||
Reference in New Issue
Block a user