mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 18:30:06 +08:00
STY: Don't need to specify cmd
This commit is contained in:
+7
-7
@@ -125,15 +125,15 @@ install:
|
||||
if ($LastExitCode -ne 0) { throw "Command failed with exit code $LastExitCode." } `
|
||||
}
|
||||
|
||||
- cmd: conda create -n testenv --yes -q --use-local pip python=%PYTHON_VERSION% numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9 bcolz=0.12.1 numexpr=2.4.6 -c quantopian -c https://conda.anaconda.org/quantopian/label/ci
|
||||
- cmd: activate testenv
|
||||
- conda create -n testenv --yes -q --use-local pip python=%PYTHON_VERSION% numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9 bcolz=0.12.1 numexpr=2.4.6 -c quantopian -c https://conda.anaconda.org/quantopian/label/ci
|
||||
- activate testenv
|
||||
- SET CACHE_DIR=%LOCALAPPDATA%\pip\Cache\pip_np%CONDA_NPY%py%CONDA_PY%
|
||||
- cmd: pip install -r etc/requirements.txt --cache-dir=%CACHE_DIR%
|
||||
- cmd: pip install -r etc/requirements_dev.txt --cache-dir=%CACHE_DIR%
|
||||
- pip install -r etc/requirements.txt --cache-dir=%CACHE_DIR%
|
||||
- pip install -r etc/requirements_dev.txt --cache-dir=%CACHE_DIR%
|
||||
# this uses git requirements right now
|
||||
- cmd: pip install -r etc/requirements_blaze.txt --cache-dir=%CACHE_DIR%
|
||||
- cmd: pip install -e .[talib] --cache-dir=%CACHE_DIR%
|
||||
- cmd: pip freeze | sort
|
||||
- pip install -r etc/requirements_blaze.txt --cache-dir=%CACHE_DIR%
|
||||
- pip install -e .[talib] --cache-dir=%CACHE_DIR%
|
||||
- pip freeze | sort
|
||||
|
||||
test_script:
|
||||
- nosetests tests/
|
||||
|
||||
Reference in New Issue
Block a user