From 3b201cc2fd2420bd9f7393a0659cb24ab3b9663a Mon Sep 17 00:00:00 2001 From: Shreya Date: Fri, 8 Jun 2018 17:15:15 +0530 Subject: [PATCH] Remove python 3 stage from travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8ffffbdd81..6c5afc3facb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,4 @@ jobs: - wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz - bench --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz --mariadb-root-password travis - bench migrate - env: Patch Testing - allow_failures: - - python: "3.6" \ No newline at end of file + env: Patch Testing \ No newline at end of file