Skip to content

Commit

Permalink
Merge pull request #49 from michaelrice/travis-ci
Browse files Browse the repository at this point in the history
added travis file
  • Loading branch information
Shawn Hartsock committed Jun 19, 2014
2 parents c12d595 + 8691ee2 commit 0d7b80f
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 0d7b80f

Please sign in to comment.