Skip to content

Commit b629848

Browse files
committed
reverse orderings
1 parent 3da9eeb commit b629848

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ environment:
5555
PYTHON_BLD: "C:\\Python35-x64"
5656

5757
install:
58-
- "%PYTHON%\\python.exe -m pip install --upgrade pip"
59-
- "%PYTHON%\\python.exe -m pip install wheel"
60-
- "%PYTHON%\\python.exe -m pip install six"
61-
6258
# install conda and deps
6359
- powershell .\ci\install.ps1
6460
- "%PYTHON_BLD%\\Scripts\\conda config --set show_channel_urls true --set always_yes true --set changeps1 false"
6561
- "%PYTHON_BLD%\\Scripts\\conda update -q conda"
6662
- "%PYTHON_BLD%\\Scripts\\conda info -a"
6763

64+
# install for wheels
65+
- "%PYTHON%\\python.exe -m pip install --upgrade pip"
66+
- "%PYTHON%\\python.exe -m pip install wheel"
67+
- "%PYTHON%\\python.exe -m pip install six"
68+
6869
build_script:
6970
# build wheel
7071
- "%PYTHON%\\python.exe setup.py bdist_wheel"
7172

72-
# build conda package; remove when done
73+
# build conda package
7374
- cmd: "%PYTHON_BLD%\\Scripts\\conda build conda.recipe"
74-
- cmd: "%PYTHON_BLD%\\Scripts\\conda remove clr --force"
7575

7676
test_script:
7777
- ps: '& "$env:PYTHON\\Scripts\\pip.exe" install --no-cache-dir --force-reinstall --ignore-installed ("dist\\" + (gci dist)[0].Name)'

0 commit comments

Comments
 (0)