0

Merge pull request #824 from overviewer/travis

Travis-Python2.6
This commit is contained in:
Michael Writhe
2012-10-12 09:38:37 -07:00
2 changed files with 15 additions and 7 deletions

View File

@@ -1,17 +1,22 @@
language: python
python:
# we will add support for this in future. currently 2.6 via travis is unsupported.
#- "2.6"
- "2.6"
- "2.7"
# - "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
install:
- sudo apt-get install -qq python-imaging python-dev python-numpy python-numpy-dev
- pip install -q pillow
- pip install -q numpy
- python setup.py build
before_script:
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mca/
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/
- wget -N http://s3.amazonaws.com/MinecraftDownload/minecraft.jar -P ~/.minecraft/bin/
script:
- python overviewer.py ~/mca/exmaple ~/test-output --rendermodes=smooth-lighting
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting
notifications:
email: false
# matrix:
# allow_failures:
# - python: "3.2"

View File

@@ -9,6 +9,9 @@ Documentation:
Github code repository:
http://github.com/overviewer/Minecraft-Overviewer
Travis-CI:
http://travis-ci.org/overviewer/Minecraft-Overviewer
Blog:
http://overviewer.org/blog/