told travis about 3.2
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -2,6 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "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
|
||||||
@@ -15,12 +16,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting
|
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
|
||||||
channels: "irc.freenode.org#overviewer"
|
|
||||||
on_success: always
|
|
||||||
on_failure: always
|
|
||||||
email: false
|
email: false
|
||||||
branches:
|
matrix:
|
||||||
only:
|
allow_failures:
|
||||||
- master
|
- python: "3.2"
|
||||||
- travis
|
|
||||||
Reference in New Issue
Block a user