Skip to content

Commit

Permalink
Add a travis config, to the PR can be tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 19, 2016
1 parent 8e87753 commit 62ef927
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- 2.6
- 2.7
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1
notifications:
email: false

0 comments on commit 62ef927

Please sign in to comment.