Skip to content

Commit 46779ca

Browse files
author
Dan
committed
Updated appveyor config
1 parent d1bdc85 commit 46779ca

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ install:
106106
cache:
107107
- "%TMP%\\py\\"
108108

109-
# build_script:
110-
# # Build wheel
111-
# - "%PYEXE% setup.py bdist_wheel bdist_wininst"
112-
# - ps: "ls dist"
113-
# # Now install the wheel.
114-
# # I couldn't get wildcards to work for pip install, so stuff it
115-
# # into a variable, using python to glob.
116-
# - "%PYEXE% -c \"import glob; print(glob.glob('dist/*whl')[0])\" > whl.txt"
117-
# - set /p PYWHL=<whl.txt
118-
# - pip install %PYWHL%
109+
build_script:
110+
# Build wheel
111+
- "%PYEXE% setup.py bdist_wheel bdist_wininst"
112+
- ps: "ls dist"
113+
# Now install the wheel.
114+
# I couldn't get wildcards to work for pip install, so stuff it
115+
# into a variable, using python to glob.
116+
- "%PYEXE% -c \"import glob; print(glob.glob('dist/*whl')[0])\" > whl.txt"
117+
- set /p PYWHL=<whl.txt
118+
- pip install %PYWHL%
119119

120120
test_script:
121121
# Run the project tests

0 commit comments

Comments
 (0)