Add .travis.yml

This commit is contained in:
Parsa Ghadimi 2018-09-07 13:06:56 +04:30 committed by Ryan Dahl
parent 6dbf1ffb3a
commit b5788921b3

16
.travis.yml Normal file
View file

@ -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