Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
def73970
Commit
def73970
authored
Sep 08, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use buildout to build so we don't have 2 environments to manage
parent
5667a1b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
18 deletions
+3
-18
.travis.yml
.travis.yml
+3
-18
No files found.
.travis.yml
View file @
def73970
...
@@ -8,26 +8,11 @@ python:
...
@@ -8,26 +8,11 @@ python:
-
3.4
-
3.4
-
3.5
-
3.5
install
:
install
:
# First install a newer pip so that it can use the wheel cache
-
pip install zc.buildout
# (only needed until travis upgrades pip to 7.x; note that the 3.5
-
buildout
# environment uses pip 7.1 by default).
-
travis_retry pip install -U pip
# A newer wheel is also needed under Python 3, but only after we have
# a newer pip to take advantage of the cache.
-
travis_retry pip install -U wheel
# Then start installing our deps so they can be cached. Note that use of --build-options / --global-options / --install-options
# disables the cache.
-
travis_retry pip install -U manuel zope.testing zope.testrunner
-
travis_retry pip install -U -e .
script
:
-
zope-testrunner -u --test-path=src --auto-color --auto-progress
-
zope-testrunner -f --test-path=src --auto-color --auto-progress
-
cd doc; make html
-
cd doc; make html
notifications
:
notifications
:
email
:
false
email
:
false
# cache: pip seems not to work if `install` is replaced (https://github.com/travis-ci/travis-ci/issues/3239)
cache
:
cache
:
directories
:
directories
:
-
$HOME/.cache/pip
-
eggs
before_cache
:
-
rm -f $HOME/.cache/pip/log/debug.log
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