0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/.travis.yml
2012-10-12 08:14:15 -06:00

25 lines
749 B
YAML

language: python
python:
# we will add support for this in future. currently 2.6 via travis is unsupported.
#- "2.6"
- "2.7"
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/
- wget -N http://s3.amazonaws.com/MinecraftDownload/minecraft.jar -P ~/.minecraft/bin/
script:
- python overviewer.py ~/mca/exmaple ~/test-output --rendermodes=smooth-lighting
notifications:
irc:
channels: "irc.freenode.org#overviewer"
on_success: always
on_failure: always
email: false
branches:
only:
- master
- travis