0

added python 2.6 to travis and link to readme

This commit is contained in:
Michael Writhe
2012-10-12 10:18:12 -06:00
parent 6f4bfebff1
commit a61b8d3a5c
2 changed files with 19 additions and 7 deletions

View File

@@ -1,17 +1,26 @@
language: python language: python
python: python:
# we will add support for this in future. currently 2.6 via travis is unsupported. - "2.6"
#- "2.6"
- "2.7" - "2.7"
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: install:
- sudo apt-get install -qq python-imaging python-dev python-numpy python-numpy-dev
- pip install -q pillow - pip install -q pillow
- pip install -q numpy - pip install -q numpy
- python setup.py build - python setup.py build
before_script: 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/ - wget -N http://s3.amazonaws.com/MinecraftDownload/minecraft.jar -P ~/.minecraft/bin/
script: script:
- python overviewer.py ~/mca/exmaple ~/test-output --rendermodes=smooth-lighting - python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting
notifications: notifications:
email: false irc:
channels: "irc.freenode.org#overviewer"
on_success: always
on_failure: always
email: false
branches:
only:
- master
- travis

View File

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