Skip to content

Commit

Permalink
'Updated Travis YAML.'
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 13, 2013
1 parent d644216 commit bc3a9ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- pip install . --use-mirrors
script:
- python setup.py test -q
notifications:
email: false

0 comments on commit bc3a9ca

Please sign in to comment.