Skip to content

Commit

Permalink
adds support for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dard committed Jun 10, 2013
1 parent 9e3ec3f commit d92e96a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r docs/requirements.txt --use-mirrors
# command to run tests, e.g. python setup.py test
script: nosetests

0 comments on commit d92e96a

Please sign in to comment.