Skip to content

Commit

Permalink
Add support for Travis CI (http://travis-ci.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 14, 2012
1 parent 1df65a4 commit 14bc3ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: python

python:
- 2.6
- 2.7
- pypy

script: python test_envoy.py

0 comments on commit 14bc3ea

Please sign in to comment.