Skip to content

Commit

Permalink
Adding Travis conf #1
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed Feb 12, 2013
1 parent a6e017e commit 9864742
Show file tree
Hide file tree
Showing 2 changed files with 9 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"
- "pypy"
services: mongodb
install:
- "pip install -r requirements.txt --use-mirrors"
script: "python test.py"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pymongo

0 comments on commit 9864742

Please sign in to comment.