Skip to content

Commit

Permalink
Restrict revisions to get back to a working state
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed Dec 5, 2021
1 parent 39d3833 commit c248d38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ addons:

python:
- pypy-5.4.1
- 3.6
- 2.7
- 3.5
- 3.4
- 3.7
env:
- RELSTORAGE=
- RELSTORAGE=' >=2.1a1'
- RELSTORAGE=' >=2.1a1, <=2.1.1'

install:
- pip install -U pip setuptools zc.buildout
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interpreter = py
recipe = zc.recipe.egg
eggs =
Sphinx
docutils
docutils <0.18
newt.db
scripts =
sphinx-build
10 changes: 2 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
install_requires = [
'ZODB <5.4',
'setuptools',
'RelStorage[postgresql] >=2',
'RelStorage[postgresql] >=2, <=2.1.1',
'six']
extras_require = dict(test=['manuel', 'mock', 'zope.testing', 'zc.zlibstorage'])

Expand All @@ -24,13 +24,7 @@
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit c248d38

Please sign in to comment.