From 2ad9990ff8c0be7d83223d41e50fe72d9c1c4822 Mon Sep 17 00:00:00 2001 From: Michael Writhe Date: Fri, 12 Oct 2012 10:35:43 -0600 Subject: [PATCH] removed python 3 from travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d08d936..76cf3fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.6" - "2.7" - - "3.2" + # - "3.2" before_install: - wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h - wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/ImPlatform.h @@ -17,6 +17,6 @@ script: - python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting notifications: email: false -matrix: - allow_failures: - - python: "3.2" \ No newline at end of file +# matrix: + # allow_failures: + # - python: "3.2" \ No newline at end of file