Skip to content

Commit

Permalink
Add travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeluch committed Sep 15, 2012
1 parent 7b114c9 commit 205a790
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install --use-mirrors mock nose
# command to run tests, e.g. python setup.py test
script: python -m unittest discover

0 comments on commit 205a790

Please sign in to comment.