Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Add a .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 9, 2014
1 parent b66aeea commit fa97933
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python
python:
- 2.7
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -pvc
notifications:
email: false

0 comments on commit fa97933

Please sign in to comment.