~zodbbrowser-dev/zodbbrowser/trunk

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: marius at gedmin
  • Date: 2013-05-28 20:01:45 UTC
  • Revision ID: marius@gedmin.as-20130528200145-lafsuentwvqeqx2z
Drop Python 2.5 compatibility.

It's too hard and not worth the effort.

This also means I'm dropping Zope 3.4 KGS support (it needs Python 2.4 or 2.5).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
 
envlist = py25, py26, py27
 
2
envlist = py26, py27
3
3
 
4
4
[testenv]
5
5
commands = zope-testrunner --test-path=src --tests-pattern='^f?tests$'
6
6
deps =
7
7
    zope.testrunner
8
 
 
9
 
[testenv:py25]
10
 
# https://bitbucket.org/hpk42/tox/issue/91/python-25-support
11
 
setenv =
12
 
    PIP_INSECURE = 1
13
 
deps =
14
 
    ZConfig < 3.0.0
15
 
    ZODB3 < 3.11.0a1
16
 
    transaction < 1.2.0
17
 
    zdaemon < 4.0.0
18
 
    zope.app.appsetup < 4.0.0a1.dev
19
 
    zope.annotation < 4.0.0a1
20
 
    zope.authentication < 4.0.0
21
 
    zope.browsermenu < 4.0.0
22
 
    zope.browserpage < 4.0.0
23
 
    zope.component < 4.0.0
24
 
    zope.configuration < 4.0.0
25
 
    zope.container < 4.0.0a1
26
 
    zope.contenttype < 4.0.0a1
27
 
    zope.copy < 4.0.0
28
 
    zope.datetime < 4.0.0a1
29
 
    zope.error < 4.0.0
30
 
    zope.exceptions < 4.0.0
31
 
    zope.formlib < 4.2.0
32
 
    zope.hookable < 4.0.0
33
 
    zope.i18n < 4.0.0a1
34
 
    zope.interface < 4.0.0
35
 
    zope.lifecycleevent < 4.0.0a1
36
 
    zope.location < 4.0.0
37
 
    zope.minmax < 2.0.0
38
 
    zope.pagetemplate < 4.0.0
39
 
    zope.password < 4.0.0
40
 
    zope.proxy < 4.0.0
41
 
    zope.publisher < 4.0.0
42
 
    zope.schema < 4.0.0
43
 
    zope.security < 4.0.0a1
44
 
    zope.session < 4.0.0a1
45
 
    zope.tal < 4.0.0a1
46
 
    zope.tales < 4.0.0a1
47
 
    zope.testrunner < 4.1.0
48
 
    zope.traversing < 4.0.0
49
 
    zope.securitypolicy < 4.0.0a1
50
 
    zope.server < 4.0.0a1
51
 
    zope.dublincore < 4.0.0a1
52
 
    zope.copypastemove < 4.0.0a1
53
 
    zope.pluggableauth < 2.0.0a1
54
 
    zope.componentvocabulary < 2.0.0a1