Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
3e087af1
Commit
3e087af1
authored
Jul 13, 2014
by
Jim Fulton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:zopefoundation/ZEO
parents
8619ed4b
a7c955cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
.travis.yml
.travis.yml
+3
-1
CHANGES.rst
CHANGES.rst
+2
-2
README.rst
README.rst
+0
-0
setup.py
setup.py
+2
-2
No files found.
.travis.yml
View file @
3e087af1
...
...
@@ -11,7 +11,9 @@ before_install:
-
sudo rm -rf /dev/shm
-
sudo ln -s /run/shm /dev/shm
install
:
-
python bootstrap.py
-
virtualenv env
-
env/bin/pip install -U setuptools distribute
-
env/bin/python bootstrap.py
-
bin/buildout
script
:
-
bin/test -v1 -j99
...
...
CHANGES.
tx
t
→
CHANGES.
rs
t
View file @
3e087af1
C
HANGES
=======
C
hangelog
=======
==
4.0.0 (2013-08-18)
------------------
...
...
README.
tx
t
→
README.
rs
t
View file @
3e087af1
File moved
setup.py
View file @
3e087af1
...
...
@@ -94,9 +94,9 @@ def alltests():
tests_require
=
[
'zope.testing'
,
'manuel'
,
'random2'
]
long_description
=
(
open
(
'README.
tx
t'
).
read
()
open
(
'README.
rs
t'
).
read
()
+
'
\
n
'
+
open
(
'CHANGES.
tx
t'
).
read
()
open
(
'CHANGES.
rs
t'
).
read
()
)
setup
(
name
=
"ZEO"
,
version
=
version
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment