Skip to content

Commit

Permalink
add support for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Sep 1, 2013
1 parent 4de4569 commit 0b2e496
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- 2.6
- 2.7
- 3.3
install:
- pip install -e .
script:
- python test.py

0 comments on commit 0b2e496

Please sign in to comment.