Skip to content

Commit

Permalink
add a travis-ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Feb 20, 2013
1 parent aaab73d commit 4b61d5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: python
env:
PYTHONPATH='.'
install: "pip install -r requirements-dev.txt --use-mirrors"
script: make test

0 comments on commit 4b61d5d

Please sign in to comment.