Commit a4a72fca authored by Marius Gedminas's avatar Marius Gedminas

Add a .travis.yml

parent 027cf9d5
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment