File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
CONDA_DEPENDENCIES_FLAGS : " --quiet"
12
12
CONDA_DEPENDENCIES : >
13
13
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
15
15
pytest-cov numpydoc scipy pillow qtconsole matplotlib jedi pywin32
16
16
PIP_DEPENDENCIES : " pytest-qt pytest-mock pytest-timeout flaky"
17
17
Original file line number Diff line number Diff line change 3
3
export CONDA_DEPENDENCIES_FLAGS=" --quiet"
4
4
export CONDA_DEPENDENCIES=" rope pyflakes sphinx pygments pylint psutil nbconvert \
5
5
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 "
7
7
export PIP_DEPENDENCIES=" coveralls pytest-qt pytest-mock pytest-xvfb flaky jedi pycodestyle"
8
8
9
9
# Download and install miniconda and conda/pip dependencies
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ] && [ "$USE_PYQT" = "pyqt5" ]; then
8
8
else
9
9
export CONDA_DEPENDENCIES_FLAGS=" --quiet"
10
10
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 \
12
12
pytest pytest-cov numpydoc scipy cython pillow jedi pycodestyle"
13
13
export PIP_DEPENDENCIES=" coveralls pytest-qt pytest-mock pytest-timeout flaky"
14
14
fi
You can’t perform that action at this time.
0 commit comments