Skip to content

Commit

Permalink
Add a .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 29, 2013
1 parent 027cf9d commit a4a72fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- travis_retry pip install BTrees ZConfig manuel persistent six transaction zc.lockfile zdaemon zope.interface zope.testing zope.testrunner
- travis_retry pip install -e .
script:
- zope-testrunner -j99 --test-path=src --auto-color --auto-progress
notifications:
email: false

0 comments on commit a4a72fc

Please sign in to comment.