forked from plone/Products.isurlinportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
39 lines (34 loc) · 774 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tox]
# If adding or removing envs here please update the testenv:coverage-report
# section as well:
envlist =
43,
51,
52-py27
52-py37
[testenv]
basepython = python2.7
commands =
cp {toxinidir}/buildout.cfg {envdir}/buildout.cfg
sed -ie "s#test-5.x.cfg#test-{env:PLONE_VERSION}.x.cfg#" {envdir}/buildout.cfg
{envbindir}/buildout -c {envdir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
{envbindir}/test
skip_install = true
deps =
-rrequirements.txt
whitelist_externals =
cp
sed
[testenv:43]
setenv =
PLONE_VERSION=4.3
[testenv:51]
setenv =
PLONE_VERSION=5.1
[testenv:52-py27]
setenv =
PLONE_VERSION=5.2
[testenv:52-py37]
basepython = python3.7
setenv =
PLONE_VERSION=5.2