Skip to content

Commit

Permalink
add .travis.yml for ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Jan 11, 2013
1 parent 62b5e24 commit 4aedc55
Show file tree
Hide file tree
Showing 2 changed files 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"
- "3.2"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: nosetests
Binary file modified demo_app/data.db
Binary file not shown.

0 comments on commit 4aedc55

Please sign in to comment.