Skip to content

Commit

Permalink
add Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 13, 2012
1 parent cffbb5d commit 526271f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: python
python: "2.7"
install:
- python2.7 bootstrap.py
- ./bin/buildout -q
script: ./bin/test

0 comments on commit 526271f

Please sign in to comment.