Skip to content

Commit

Permalink
Test via Travis CI. (#5)
Browse files Browse the repository at this point in the history
* Test via Travis CI.
  • Loading branch information
Michael Howitz committed Feb 8, 2017
1 parent 6ddc1a2 commit c1399b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
sudo: false
python:
- "2.7"
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -v
notifications:
email: false
cache:
pip: true
directories:
- eggs/

6 changes: 3 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ develop = .
unzip = true
index = http://download.zope.org/Zope2/index/2.13.19/
find-links =
http://pypi.python.org/packages/source/P/Products.GenericSetup/
http://pypi.python.org/packages/source/P/Products.PluginRegistry/
http://pypi.python.org/packages/source/f/five.localsitemanager/
http://pypi.python.org/simple/Products.GenericSetup/
http://pypi.python.org/simple/Products.PluginRegistry/
http://pypi.python.org/simple/five.localsitemanager/
extends =
http://download.zope.org/Zope2/index/2.13.19/versions.cfg

Expand Down

0 comments on commit c1399b3

Please sign in to comment.