Codebase list pycollada / 55cf0ac7-8999-4ee4-bef5-90b03b5c82f7/main .travis.yml
55cf0ac7-8999-4ee4-bef5-90b03b5c82f7/main

Tree @55cf0ac7-8999-4ee4-bef5-90b03b5c82f7/main (Download .tar.gz)

.travis.yml @55cf0ac7-8999-4ee4-bef5-90b03b5c82f7/mainraw · history · blame

language: python

env:
  - DEPS=""
  - DEPS="lxml"

python:
  - 2.7
  - 3.3
  - 3.4
  - 3.5
  - 3.6

install:
  # temporary workaround for numpy failing in virtualenv
  # https://github.com/travis-ci/travis-cookbooks/issues/48#issuecomment-10843018
  - export PYTHONIOENCODING=UTF8 # just in case
  - pip install numpy
  - pip install $DEPS
  - python setup.py install

script: python collada