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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
7af2b2d7
Commit
7af2b2d7
authored
Apr 03, 2015
by
Kirill Smelkov
1
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
Show 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 (?)
Kirill Smelkov
@kirr
mentioned in commit
a280b53d
·
May 14, 2015
mentioned in commit
a280b53d
mentioned in commit a280b53dbaf7e82b902e5f674b8d2feaf48e73a0
Toggle commit list
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