Remove testing agains Python 3.x versions for now

This commit is contained in:
Roberto Rosario
2015-01-05 02:40:40 -04:00
parent 480974dcac
commit 59bd62cbd5

View File

@@ -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