8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea178b6 commit 915a0b8Copy full SHA for 915a0b8
.appveyor.yml
@@ -56,10 +56,6 @@ install:
56
# this is now the downloaded conda...
57
- conda info -a
58
59
- # Fix the appveyor build environment to work with conda build
60
- # workaround for missing vcvars64.bat in py34 64bit
61
- - copy ci\appveyor\vcvars64.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64"
62
-
63
# For building, use a new environment which only includes the requirements for mpl
64
# same things as the requirements in ci/conda_recipe/meta.yaml
65
# if conda-forge gets a new pyqt, it might be nice to install it as well to have more backends
ci/appveyor/vcvars64.bat
0 commit comments