File tree 4 files changed +4
-45
lines changed
4 files changed +4
-45
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,18 @@ install:
78
78
# this is now the downloaded conda...
79
79
- cmd : conda info -a
80
80
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
-
84
81
# create our env
85
82
- cmd : conda create -q -n pandas python=%PYTHON_VERSION% pytest
86
83
- cmd : activate pandas
87
84
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
88
85
- cmd : echo "installing requirements from %REQ%"
89
86
- cmd : conda install -n pandas -q --file=%REQ%
87
+ - cmd : conda remove pandas --force
90
88
- cmd : conda list -n pandas
91
89
- 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'
93
93
94
94
test_script :
95
95
# tests
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments