We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f508 commit fdadb8fCopy full SHA for fdadb8f
.travis.yml
@@ -54,9 +54,7 @@ install:
54
- pip install -U tox
55
56
before_script:
57
- - if [ ! -z "${DB}" ]; then
58
- ./.travis.initialize.db.sh;
59
- fi
+ - ./.travis.initialize.db.sh;
60
- "mysql -e 'create database test_pymysql DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
61
- "mysql -e 'create database test_pymysql2 DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
62
- mysql -u root -e "create user travis_pymysql2 identified by 'some password'; grant all on test_pymysql2.* to travis_pymysql2;"
0 commit comments