mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
BLD: Add contextlib2 to TravisCI build config.
Need to extract the value specified by requiremenst.txt so that TravisCI will install the library.
This commit is contained in:
@@ -20,6 +20,7 @@ install:
|
||||
- source activate testenv
|
||||
- conda install --yes -c https://conda.binstar.org/Quantopian numpy=$NUMPY_VERSION pandas=$PANDAS_VERSION scipy matplotlib Cython patsy statsmodels tornado pyparsing xlrd mock pytz requests six dateutil ta-lib logbook
|
||||
- grep cyordereddict== etc/requirements.txt | xargs pip install
|
||||
- grep contextlib2== etc/requirements.txt | xargs pip install
|
||||
- grep pyflakes== etc/requirements_dev.txt | xargs pip install
|
||||
- grep pep8== etc/requirements_dev.txt | xargs pip install
|
||||
- grep mccabe== etc/requirements_dev.txt | xargs pip install
|
||||
|
||||
Reference in New Issue
Block a user