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 b7575b0 commit 3254a92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: python
python:
- 3.3
- 3.2
- pypy
- 2.6
- 2.7
- 3.2
- 2.6
- 3.3
install:
- pip install . --use-mirrors
script:
- python setup.py test -q
notifications:
email: false

0 comments on commit 3254a92

Please sign in to comment.