Skip to content

Commit 8194e63

Browse files
committed
don't use appveyor recipe, just build inplace
1 parent e064825 commit 8194e63

File tree

4 files changed

+4
-45
lines changed

4 files changed

+4
-45
lines changed

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ install:
7878
# this is now the downloaded conda...
7979
- cmd: conda info -a
8080

81-
# build em using the local source checkout in the correct windows env
82-
- cmd: '%CMD_IN_ENV% conda build ci\appveyor.recipe -q'
83-
8481
# create our env
8582
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% pytest
8683
- cmd: activate pandas
8784
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
8885
- cmd: echo "installing requirements from %REQ%"
8986
- cmd: conda install -n pandas -q --file=%REQ%
87+
- cmd: conda remove pandas --force
9088
- cmd: conda list -n pandas
9189
- cmd: echo "installing requirements from %REQ% - done"
92-
- ps: conda install -n pandas (conda build ci\appveyor.recipe -q --output)
90+
91+
# build em using the local source checkout in the correct windows env
92+
- cmd: '%CMD_IN_ENV% python setup.py build_ext --inplace'
9393

9494
test_script:
9595
# tests

ci/appveyor.recipe/bld.bat

-2
This file was deleted.

ci/appveyor.recipe/build.sh

-2
This file was deleted.

ci/appveyor.recipe/meta.yaml

-37
This file was deleted.

0 commit comments

Comments
 (0)