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

Commit

Permalink
build lxml py33 and py34 installers
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Jun 7, 2016
1 parent dac3fb7 commit 8b737d2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions rackspace.ini
Expand Up @@ -190,10 +190,10 @@ python = c:\Python34_32\python.exe
command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py3.4.exe

#[py34_32LX]
## lxml
#command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py34_32
#fileEnding = win32-py3.4.exe
[py34_32LX]
# lxml
command = %(curdir)s\bin\lxml --notest %(curdir)s\rackspace.ini %(version)s py34_32
fileEnding = win32-py3.4.exe

[py34_64]
# .egg
Expand All @@ -211,10 +211,10 @@ python = c:\Python34_64\python.exe
command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py3.4.exe

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

[ZODB3_2664]
package = ZODB3
Expand Down Expand Up @@ -544,3 +544,5 @@ repotype = none
targets = py26_32LX py26_64LX
py27_32LX py27_64LX
py32_32LX py32_64LX
py33_32LX py33_64LX
py34_32LX py34_64LX

0 comments on commit 8b737d2

Please sign in to comment.