From 3ed587efeaa2d6510c3946419c9dbe992ee1f51b Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Thu, 15 Mar 2018 12:02:58 +0530 Subject: [PATCH] Removed 3.4 and PyPy3 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1f841894c..30979be721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'