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 5edaadb commit 16512eeCopy full SHA for 16512ee
.appveyor.yml
@@ -55,10 +55,6 @@ install:
55
# this is now the downloaded conda...
56
- conda info -a
57
58
- # Fix the appveyor build environment to work with conda build
59
- # workaround for missing vcvars64.bat in py34 64bit
60
- - copy ci\appveyor\vcvars64.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64"
61
-
62
# For building, use a new environment which only includes the requirements for mpl
63
# same things as the requirements in ci/conda_recipe/meta.yaml
64
# 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