BLD: Disallowed to uninstall pip on appveyor

This commit is contained in:
Richard Frank
2016-03-05 12:52:49 -05:00
parent f11f5adc6f
commit 0ac379eb74
-1
View File
@@ -115,7 +115,6 @@ install:
- cmd: conda create -n testenv --yes --use-local pip numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9
- cmd: activate testenv
- cmd: pip install --upgrade pip coverage coveralls
- cmd: pip install -r etc/requirements.txt
- cmd: pip install -r etc/requirements_dev.txt
# this uses git requirements right now