Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
stop testing lxml and enable 3.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Nov 14, 2015
1 parent 66debce commit 056b73b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions rackspace.ini
Expand Up @@ -43,7 +43,7 @@ fileEnding = win32-py2.6.exe

[py26_32LX]
# lxml
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py26_32
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py26_32
fileEnding = win32-py2.6.exe

[py26_64]
Expand All @@ -64,7 +64,7 @@ fileEnding = win-amd64-py2.6.exe

[py26_64LX]
# .exe
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py26_64
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py26_64
fileEnding = win-amd64-py2.6.exe

[py27_32]
Expand All @@ -85,7 +85,7 @@ fileEnding = win32-py2.7.exe

[py27_32LX]
# .exe
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py27_32
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py27_32
fileEnding = win32-py2.7.exe

[py27_64]
Expand All @@ -106,7 +106,7 @@ fileEnding = win-amd64-py2.7.exe

[py27_64LX]
# lxml
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py27_64
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py27_64
fileEnding = win-amd64-py2.7.exe

[py32_32]
Expand All @@ -127,7 +127,7 @@ fileEnding = win32-py3.2.exe

[py32_32LX]
# lxml
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py32_32
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py32_32
fileEnding = win32-py3.2.exe

[py32_64]
Expand All @@ -148,7 +148,7 @@ fileEnding = win-amd64-py3.2.exe

[py32_64LX]
# .exe
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py32_64
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py32_64
fileEnding = win-amd64-py3.2.exe

[py33_32]
Expand All @@ -169,7 +169,7 @@ fileEnding = win32-py3.3.exe

[py33_32LX]
# lxml
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py33_32
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py33_32
fileEnding = win32-py3.3.exe

[py33_64]
Expand All @@ -190,7 +190,7 @@ fileEnding = win-amd64-py3.3.exe

[py33_64LX]
# .exe
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py33_64
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py33_64
fileEnding = win-amd64-py3.3.exe


Expand All @@ -212,7 +212,7 @@ fileEnding = win-amd64-py3.3.exe
#
#[py34_32LX]
## lxml
#command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_32
#command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py34_32
#fileEnding = win32-py3.4.exe
#
#[py34_64]
Expand All @@ -233,7 +233,7 @@ fileEnding = win-amd64-py3.3.exe
#
#[py34_64LX]
## .exe
#command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_64
#command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py34_64
#fileEnding = win-amd64-py3.4.exe


Expand Down Expand Up @@ -615,7 +615,7 @@ repourl = https://github.com/zopefoundation/Zope.git
package = lxml
minVersion = 3.0.0
# temp disable 3.5.x building -- selftest.py moved
maxVersion = 3.4.999
# maxVersion = 3.4.999
excludeVersions = 3.3.0
# 3.3.0 fails on https://bugs.launchpad.net/lxml/+bug/1274413
# the lxml script does everything, no need to download
Expand Down

0 comments on commit 056b73b

Please sign in to comment.