File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
os : Windows Server 2012
2
2
3
3
environment :
4
+ global :
5
+ PYTHONPATH : c:\testdir
6
+
4
7
matrix :
5
- - pythonurl : http://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi
6
- - pythonurl : http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
7
- - pythonurl : http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
8
- - pythonurl : http://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi
8
+ - pythonurl : http://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi
9
+ - pythonurl : http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
10
+ - pythonurl : http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
11
+ - pythonurl : http://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi
9
12
10
13
install :
11
14
- ps : (new-object net.webclient).DownloadFile($env:pythonurl, 'C:\python.msi')
@@ -22,5 +25,7 @@ build_script:
22
25
23
26
test_script :
24
27
- ps : C:\python\scripts\pip.exe install ("dist\" + (gci dist)[0].Name)
28
+ - mkdir c:\testdir
29
+ - ps : copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
25
30
- c:\python\python.exe src\tests\runtests.py
26
31
- c:\python\scripts\npython.exe src\tests\runtests.py
You can’t perform that action at this time.
0 commit comments