From 666f25d6733a5fb0a2e25a9a1a0211709e206403 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Sun, 1 Apr 2018 01:36:46 +0530 Subject: [PATCH] =?UTF-8?q?Python=202=20and=203=20Compatible=20?= =?UTF-8?q?=F0=9F=92=A5=20=F0=9F=92=A5=20=F0=9F=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a9170f808..1acc716307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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