Skip to content

Commit

Permalink
Added travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimian committed Apr 5, 2014
1 parent 70fa5de commit e9a2abe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- 2.6
- 2.7
- 3.3

install:
python bootstrap.py
./bin/buildout

script:
./bin/test

notifications:
email: false

0 comments on commit e9a2abe

Please sign in to comment.