added travis file

This commit is contained in:
Michael Rice
2014-06-08 23:29:45 -05:00
parent 640519e373
commit 8691ee2ddb

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
install:
- python setup.py bdist_egg
- pip install -e file://$TRAVIS_BUILD_DIR
script:
nosetests