language: python os: - linux # Travis does not support python on osx yet. # see: https://github.com/travis-ci/travis-ci/issues/2312 # - osx python: - "2.7" - "3.3" # Test the install script. script: - ./install.py - ./install_test.py