added travis file
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user