khaeru/py-gdx

Improve Travis build script

Closed this issue · 0 comments

.travis.yml currently includes:

cache:
  directories:
    - $HOME/gams
    - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION*/lib/python*/site-packages

Because the latter directory contains the version of PyGDX that's being tested, the set of files to be cached changes on every build.

  • exclude installed pyGDX from cached build files
  • add coveralls.io configuration
  • switch to using Anaconda for the build environment