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 4, 2013
1 parent d25735a commit c53aecd
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
install:
- pip install . --use-mirrors
script:
- python setup.py test -q
notifications:
email: false

0 comments on commit c53aecd

Please sign in to comment.