From 59bd62cbd593216033c65865dd2d2a748ebb10fb Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 5 Jan 2015 02:40:40 -0400 Subject: [PATCH] Remove testing agains Python 3.x versions for now --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index c757257ab9..c17d4e9f57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ language: python python: - 2.6 - 2.7 - - 3.2 - - 3.3 - - 3.4 env: global: - TEST_APPS="document_indexing documents dynamic_search lock_manager document_signatures folders ocr tags" @@ -39,10 +36,3 @@ notifications: - roberto.rosario@mayan-edms.com on_success: never on_failure: always -matrix: - allow_failures: - - python: 3.2 - - python: 3.3 - - python: 3.4 - -