Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
wendelin.core
Commits
79aab289
Commit
79aab289
authored
Jun 13, 2016
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tox: Bump NumPy to two latest release series
Namely 1.8.x, 1.9.x -> 1.10.x -> 1.11.x
parent
89d099af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tox.ini
tox.ini
+3
-3
No files found.
tox.ini
View file @
79aab289
# wendelin.core | tox setup
[tox]
envlist
=
py27-ZODB3-{zblk0,zblk1}-{fs,zeo,neo}-{numpy1
8,numpy19}, {py27,py34}-ZODB4-{zblk0,zblk1}-{fs,zeo}-{numpy18,numpy19
}
envlist
=
py27-ZODB3-{zblk0,zblk1}-{fs,zeo,neo}-{numpy1
10,numpy111}, {py27,py34}-ZODB4-{zblk0,zblk1}-{fs,zeo}-{numpy110,numpy111
}
# (NOTE ZODB3 does not work on python3)
# (NOTE NEO does not work on ZODB4)
...
...
@@ -23,8 +23,8 @@ deps =
# zeo: ZEO is already required by ZODB, but for testing utilities from ZEO we also need:
zeo:
zope.testing
numpy1
8:
numpy
>=1.8.2,
<1.9
.0
numpy19:
numpy
>=1.
9.2,
<1.10
.0
numpy1
10:
numpy
>=1.10.4,
<1.11
.0
numpy19:
numpy
>=1.
11.0,
<1.12
.0
setenv
=
fs:
WENDELIN_CORE_TEST_DB
=
<fs>
...
...
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