Skip to content

Commit 49a8d91

Browse files
committed
install cloudpickle on ci
that's 5 files now for every dependency - setup.py, requirements.txt, install.sh, one for each CI
1 parent 2522e86 commit 49a8d91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
CONDA_DEPENDENCIES_FLAGS: "--quiet"
1212
CONDA_DEPENDENCIES: >
1313
rope pyflakes sphinx pygments pylint pycodestyle psutil nbconvert
14-
qtawesome pickleshare pyzmq chardet mock pandas pytest
14+
qtawesome cloudpickle pickleshare pyzmq chardet mock pandas pytest
1515
pytest-cov numpydoc scipy pillow qtconsole matplotlib jedi pywin32
1616
PIP_DEPENDENCIES: "pytest-qt pytest-mock pytest-timeout flaky"
1717

Diff for: continuous_integration/circle/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export CONDA_DEPENDENCIES_FLAGS="--quiet"
44
export CONDA_DEPENDENCIES="rope pyflakes sphinx pygments pylint psutil nbconvert \
55
qtawesome pickleshare qtpy pyzmq chardet mock nomkl pandas \
6-
pytest pytest-cov numpydoc scipy cython pillow"
6+
pytest pytest-cov numpydoc scipy cython pillow cloudpickle"
77
export PIP_DEPENDENCIES="coveralls pytest-qt pytest-mock pytest-xvfb flaky jedi pycodestyle"
88

99
# Download and install miniconda and conda/pip dependencies

Diff for: continuous_integration/travis/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ] && [ "$USE_PYQT" = "pyqt5" ]; then
88
else
99
export CONDA_DEPENDENCIES_FLAGS="--quiet"
1010
export CONDA_DEPENDENCIES="rope pyflakes sphinx pygments pylint psutil nbconvert \
11-
qtawesome pickleshare qtpy pyzmq chardet mock nomkl pandas \
11+
qtawesome cloudpickle pickleshareqtpy pyzmq chardet mock nomkl pandas \
1212
pytest pytest-cov numpydoc scipy cython pillow jedi pycodestyle"
1313
export PIP_DEPENDENCIES="coveralls pytest-qt pytest-mock pytest-timeout flaky"
1414
fi

0 commit comments

Comments
 (0)