Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Added travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Liban committed Jul 7, 2013
1 parent 19d7afa commit 6a9bc15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"

install: "pip install -r requirements.txt --use-mirrors"
script: "nosetests tests"

0 comments on commit 6a9bc15

Please sign in to comment.