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

Commit

Permalink
travis: Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan McCreadie committed Aug 14, 2012
1 parent 612319f commit 3ffdec3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

python:
- "2.6"
- "2.7"
- "3.2"

install: "pip install . --use-mirrors"

script: nosetests

0 comments on commit 3ffdec3

Please sign in to comment.