File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ environment:
12
12
- PYTHON : " C:\\ Python34"
13
13
- PYTHON : " C:\\ Python35"
14
14
- PYTHON : " C:\\ Python27-x64"
15
- DISTUTILS_USE_SDK : " 1"
16
15
- PYTHON : " C:\\ Python34-x64"
17
- DISTUTILS_USE_SDK : " 1"
18
16
- PYTHON : " C:\\ Python35-x64"
19
17
20
18
install :
21
- - " %PYTHON%\\ python.exe -m pip install wheel"
22
- - " %PYTHON%\\ python.exe -m pip install -rrequirements_test.txt"
23
- - " %PYTHON%\\ python.exe -m pip install -rrequirements.txt"
19
+ - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
24
20
- git submodule update --init --recursive
25
21
26
22
build : off
27
23
28
24
test_script :
25
+ - " %CMD_IN_ENV% python -m pip install -U pip"
26
+ - " %CMD_IN_ENV% python -m pip install -U setuptools wheel"
27
+ - " %CMD_IN_ENV% python -m pip install -rrequirements_test.txt"
28
+ - " %CMD_IN_ENV% python -m pip install -rrequirements.txt"
29
29
- " %CMD_IN_ENV% python setup.py build_ext --inplace"
30
30
- " %CMD_IN_ENV% python -m nose -v"
31
31
You can’t perform that action at this time.
0 commit comments