Skip to content

Commit 939de78

Browse files
committed
appveyor tweak 1
1 parent 19f78be commit 939de78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ environment:
1212
- PYTHON: "C:\\Python34"
1313
- PYTHON: "C:\\Python35"
1414
- PYTHON: "C:\\Python27-x64"
15-
DISTUTILS_USE_SDK: "1"
1615
- PYTHON: "C:\\Python34-x64"
17-
DISTUTILS_USE_SDK: "1"
1816
- PYTHON: "C:\\Python35-x64"
1917

2018
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%"
2420
- git submodule update --init --recursive
2521

2622
build: off
2723

2824
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"
2929
- "%CMD_IN_ENV% python setup.py build_ext --inplace"
3030
- "%CMD_IN_ENV% python -m nose -v"
3131

0 commit comments

Comments
 (0)