diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..19978b0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +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