Codebase list pycollada / debian/0.4-3 .travis.yml
debian/0.4-3

Tree @debian/0.4-3 (Download .tar.gz)

.travis.yml @debian/0.4-3raw · history · blame

language: python

env:
  # Using numpy from github due to numpy issue #1857
  - DEPS="git+git://github.com/numpy/numpy.git@dba98cc1"
  - DEPS="git+git://github.com/numpy/numpy.git@dba98cc1 lxml"

python:
  - 2.6
  - 2.7
  - 3.2

install:
  - pip install $DEPS
  - python setup.py install

script: python collada