Remove testing agains Python 3.x versions for now
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -2,9 +2,6 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
|
||||||
- 3.3
|
|
||||||
- 3.4
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TEST_APPS="document_indexing documents dynamic_search lock_manager document_signatures folders ocr tags"
|
- TEST_APPS="document_indexing documents dynamic_search lock_manager document_signatures folders ocr tags"
|
||||||
@@ -39,10 +36,3 @@ notifications:
|
|||||||
- roberto.rosario@mayan-edms.com
|
- roberto.rosario@mayan-edms.com
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: always
|
on_failure: always
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- python: 3.2
|
|
||||||
- python: 3.3
|
|
||||||
- python: 3.4
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user