Skip to content

Commit

Permalink
Copy Travis config from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 29, 2014
1 parent 40a43b0 commit eeeaeb7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python
python:
- "2.6"
- "2.7"

notifications:
email:
- hanno@hannosch.eu

install:
- python bootstrap.py
- bin/buildout

script:
- bin/test

0 comments on commit eeeaeb7

Please sign in to comment.