Skip to content

Commit

Permalink
Added initial travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe committed Apr 30, 2012
1 parent e20c3dd commit f72c47e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.1
- 3.2
install:
- pip install --use-mirrors nose
- pip install --use-mirrors .
script: nosetests --with-doctest

0 comments on commit f72c47e

Please sign in to comment.