Skip to content

Commit 6996edb

Browse files
author
Chilipp
committed
Revert "Use build_script instead of build section"
This reverts commit 1ad97d6.
1 parent 1ad97d6 commit 6996edb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,13 @@ install:
5151
- endlocal
5252
- "IF NOT DEFINED APPVEYOR_REPO_TAG_NAME (SET GIT_BRANCH=%APPVEYOR_REPO_BRANCH%)"
5353

54-
build_script:
55-
- setlocal
56-
- set CONDA_REPO_TOKEN=
57-
- conda build ci\\conda-recipe --python %PYTHON_VERSION% --no-test
58-
- endlocal
54+
build: false
5955

6056
test_script:
6157
- setlocal
6258
- set CONDA_REPO_TOKEN=
6359
- coverage run -a --source=psyplot_gui setup.py test -a "-v"
60+
- "conda build ci\\conda-recipe --python %PYTHON_VERSION% --no-test"
6461
- endlocal
6562

6663
after_test:

0 commit comments

Comments
 (0)