Skip to content

Commit

Permalink
Add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Jul 24, 2012
1 parent f71f9b9 commit 1d13fb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
# no python 3 until Twisted supports it
# - "3.2"
- "pypy"

install:
- python setup.py install
- pip install Twisted --use-mirrors

script: trial grace

0 comments on commit 1d13fb3

Please sign in to comment.