forked from ikus060/rdiffweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
44 lines (42 loc) · 1.75 KB
/
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
40
41
42
43
44
# rdiffweb, A web interface to rdiff-backup repositories
# Copyright (C) 2019 rdiffweb contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
[tox]
envlist = py{27,3}-jinja{26,27,28,29,210}-cherrypy{35,4,5,6,7,8,9,10,11,12,13,14,15,16,17},py3-jinja{26,27,28,29,210}-cherrypy18
[testenv]
deps=
nose
jinja26: Jinja2>=2.6,<2.7
jinja27: Jinja2>=2.7,<2.8
jinja28: Jinja2>=2.8,<2.9
jinja29: Jinja2>=2.9,<2.10
jinja210: Jinja2>=2.10,<2.11
cherrypy35: cherrypy>=3.5.0,<4.0.0
cherrypy4: cherrypy>=4.0.0,<5.0.0
cherrypy5: cherrypy>=5.0.0,<6.0.0
cherrypy6: cherrypy>=6.0.0,<7.0.0
cherrypy7: cherrypy>=7.0.0,<8.0.0
cherrypy8: cherrypy>=8.0.0,<9.0.0
cherrypy9: cherrypy>=9.0.0,<10.0.0
cherrypy10: cherrypy>=10.0.0,<11.0.0
cherrypy11: cherrypy>=11.0.0,<12.0.0
cherrypy12: cherrypy>=12.0.0,<13.0.0
cherrypy13: cherrypy>=13.0.0,<14.0.0
cherrypy14: cherrypy>=14.0.0,<15.0.0
cherrypy15: cherrypy>=15.0.0,<16.0.0
cherrypy16: cherrypy>=16.0.0,<17.0.0
cherrypy17: cherrypy>=17.0.0,<18.0.0
cherrypy18: cherrypy>=18.0.0,<19.0.0
commands=python setup.py nosetests --xunit-file=nosetests-{envname}.xml --xunit-testsuite-name={envname} --cover-xml-file=coverage-{envname}.xml