Python 2 and 3 Compatible 💥 💥 💥
This commit is contained in:
parent
d2bf875b8e
commit
666f25d673
1 changed files with 0 additions and 4 deletions
|
|
@ -8,10 +8,6 @@ python:
|
|||
services:
|
||||
- mysql
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.6"
|
||||
|
||||
before_script:
|
||||
- mysql -u root -ptravis -e 'CREATE DATABASE test_frappe'
|
||||
- echo "USE mysql;\nCREATE USER 'test_frappe'@'localhost' IDENTIFIED BY 'test_frappe';\nFLUSH PRIVILEGES;\n" | mysql -u root -ptravis
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue