diff options
| -rw-r--r-- | .travis.yml | 6 | ||||
| -rw-r--r-- | download.sh | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 484f0cd..d543f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ os: windows -language: generic +language: c env: - - PYVERSION=3.5.1 PYARCH=amd64 - - PYVERSION=3.5.1 PYARCH=x86 + - PYVERSION=3.5.1 PYARCH=64 + - PYVERSION=3.5.1 PYARCH=32 script: download.sh diff --git a/download.sh b/download.sh index de18f37..af76993 100644 --- a/download.sh +++ b/download.sh @@ -1,4 +1,4 @@ #!/bin/sh wget https://www.python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe -cat unattend.xml.in | sed "s|TARGET_DIR|$PWD|" > unattend.xml +cat unattend.xml.in | sed "s|TARGET_DIR|$PWD/Python-3.5.1-64|" > unattend.xml ./python-3.5.1-amd64.exe /quiet /log install.log |
