Skip to content

Commit

Permalink
run tests on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithan committed Apr 12, 2013
1 parent 3420046 commit 3b86ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ python:
- "2.7"
install:
- pip install flake8 --use-mirrors
- pip install -r pip_requirements.txt --use-mirrors
script:
- flake8 `find . -iname "*.py" -not -ipath "*migration*"`
- ./runtests.sh

0 comments on commit 3b86ca0

Please sign in to comment.