removed python 3 from travis
This commit is contained in:
@@ -2,7 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
# - "3.2"
|
||||||
before_install:
|
before_install:
|
||||||
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h
|
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h
|
||||||
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/ImPlatform.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
|
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
matrix:
|
# matrix:
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- python: "3.2"
|
# - python: "3.2"
|
||||||
Reference in New Issue
Block a user