Skip to content

Commit

Permalink
Add Travis support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 17, 2015
1 parent 0f791ea commit 3e38a00
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: python
sudo: false
python:
- 2.6
- 2.7
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1
notifications:
email: false

0 comments on commit 3e38a00

Please sign in to comment.