Skip to content

Commit

Permalink
Configure the repository to use Travis CI
Browse files Browse the repository at this point in the history
This doesn't test Python 2.6, since I don't know how to install unittest2
only if we are testing this version of Python.
  • Loading branch information
multani committed Dec 22, 2012
1 parent 5f433aa commit 86d6879
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python

python:
- 2.7
- 3.2

script: python test.py

0 comments on commit 86d6879

Please sign in to comment.