aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--download.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 827281a..9ef740c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
os: windows
-language: c
+language: generic
env:
- PYVERSION=3.5.1 PYARCH=amd64
- PYVERSION=3.5.1 PYARCH=x86
diff --git a/download.sh b/download.sh
new file mode 100644
index 0000000..de18f37
--- /dev/null
+++ b/download.sh
@@ -0,0 +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
+./python-3.5.1-amd64.exe /quiet /log install.log