8000 Appveyor: remove py27 workaround, conda build works · matplotlib/matplotlib@9e0f4af · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e0f4af

Browse files
committed
Appveyor: remove py27 workaround, conda build works
1 parent c47edde commit 9e0f4af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ install:
7777
# Fix the appveyor build environment to work with conda build
7878
# workaround for missing vcvars64.bat in py34 64bit
7979
- cmd: copy ci\appveyor\vcvars64.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64"
80-
# workaround for conda build on py27 prefering the normal installed
81-
# VS tools instead of the also installed Py27 VS compiler (which wouldn't need this workarounds...)
82-
- cmd: copy "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat" "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat"
8380

8481
# For building, use a new environment which only includes the requirements for mpl
8582
# same things as the requirements in ci/conda_recipe/meta.yaml

0 commit comments

Comments
 (0)
0