Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cb2c3a

Browse files
committed
CI: disable conda package building
1 parent 1900372 commit 0cb2c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ test_script:
8989
- '%CMD_IN_ENV% python setup.py develop'
9090
# tests
9191
- python tests.py
92+
# remove to get around libpng issue?
9293
- python visual_tests.py
9394

9495
after_test:
@@ -108,7 +109,7 @@ after_test:
108109
- cmd: path
109110
- cmd: where python
110111
- cmd: '%CMD_IN_ENV% conda config --get channels'
111-
- cmd: '%CMD_IN_ENV% conda build .\ci\conda_recipe'
112+
# - cmd: '%CMD_IN_ENV% conda build .\ci\conda_recipe'
112113

113114
# Move the conda package into the dist directory, to register it
114115
# as an "artifact" for Appveyor.

0 commit comments

Comments
 (0)