added allow_failures
This commit is contained in:
parent
f0e84c145a
commit
0fe62000b4
1 changed files with 7 additions and 1 deletions
|
|
@ -6,12 +6,18 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
- "pypy3"
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.4"
|
||||
- python: "3.5"
|
||||
- python: "3.6"
|
||||
- python: "pypy3"
|
||||
|
||||
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