Removed 3.4 and PyPy3

This commit is contained in:
Achilles Rasquinha 2018-03-15 12:02:58 +05:30 committed by GitHub
parent 87ccb3a6ac
commit 3ed587efea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,20 +3,16 @@ dist: trusty
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "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'