Commit 51b5c270 authored by Tres Seaver's avatar Tres Seaver

Merge branch 'master' of github.com:zopefoundation/BTrees

parents 7c0c7a95 8f7ed32c
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
install:
- pip install . --use-mirrors
script:
- python setup.py test -q
notifications:
email: false
include *.txt
include *.rst
include *.py
include buildout.cfg
include tox.ini
include .travis.yml
recursive-include docs *
recursive-include BTrees *
......
This diff is collapsed.
......@@ -101,7 +101,7 @@ else:
ext_modules = [BTreeExtension(family) for family in FAMILIES]
if sys.version_info[0] > 3:
if sys.version_info[0] >= 3:
REQUIRES = [
'persistent>=4.0.4',
'zope.interface',
......
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