Skip to content

Commit

Permalink
Add a .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 9, 2014
1 parent 521d3cd commit 42cea95
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
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=pypy
install:
- travis_retry pip install tox
script:
- tox
notifications:
email: false

0 comments on commit 42cea95

Please sign in to comment.