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
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
Tatuya Kamada
wendelin.core
Commits
010eeb35
Commit
010eeb35
authored
Jun 26, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tox: Automatically test with all FS, ZEO and NEO backends
/cc
@jm
parent
7fc4ec66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
tox.ini
tox.ini
+14
-1
No files found.
tox.ini
View file @
010eeb35
# wendelin.core | tox setup
[tox]
envlist
=
py27-
{ZODB3,ZODB4}-{numpy18,numpy19}, py34-ZODB4
-{numpy18,numpy19}
envlist
=
py27-
ZODB3-{fs,zeo,neo}-{numpy18,numpy19}, {py27,py34}-ZODB4-{fs,zeo}
-{numpy18,numpy19}
# (NOTE ZODB3 does not work on python3)
# (NOTE NEO does not work on ZODB4)
[testenv]
deps
=
...
...
@@ -14,9 +15,21 @@ deps =
# latest current ZODB _4_
ZODB4:
ZODB3
>=3.11
neo:
neoppod
>=
1.3
# neo.tests also imports MySQLdb unconditionally
neo:
MySQL-python
# zeo: ZEO is already required by ZODB, but for testing utilities from ZEO we also need:
zeo:
zope.testing
numpy18:
numpy
>=1.8.2,
<1.9.0
numpy19:
numpy
>=1.9.2,
<1.10.0
setenv
=
fs:
WENDELIN_CORE_TEST_DB
=
<fs>
zeo:
WENDELIN_CORE_TEST_DB
=
<zeo>
neo:
WENDELIN_CORE_TEST_DB
=
<neo>
commands
=
{envpython} setup.py test
# XXX setenv = TMPDIR = ... ? (so that /tmp is not on tmpfs and we don't run out of memory on bench)
...
...
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