Skip to content

Commit

Permalink
added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rice committed Jun 9, 2014
1 parent 640519e commit 8691ee2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8691ee2

Please sign in to comment.