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
Klaus Wölfel
wendelin.core
Commits
7af2b2d7
Commit
7af2b2d7
authored
Apr 03, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tox setup to test things with py27 & py34 and several versions of ZODB
parent
1ee72371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
tox.ini
tox.ini
+20
-0
No files found.
tox.ini
0 → 100644
View file @
7af2b2d7
# wendelin.core | tox setup
[tox]
envlist
=
py27-{ZODB3,ZODB4}, py34-ZODB4
# (NOTE ZODB3 does not work on python3)
[testenv]
deps
=
# why tox does not get it from extras_require['test'] ?
pytest
# latest ZODB from 3 series
ZODB3:
ZODB3
>=3.10,
<3.11dev
# latest current ZODB _4_
ZODB4:
ZODB3
>=3.11
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)
# + {envpython} setup.py 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