File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ matrix:
37
37
- python : 2.7
38
38
env : MOCK=mock NUMPY=numpy==1.6
39
39
- python : 2.7
40
- env : PANDAS=pandas
40
+ env : PANDAS=pandas MOCK=mock
41
41
- python : 3.3
42
42
- python : 3.4
43
43
- python : 3.5
@@ -65,9 +65,9 @@ install:
65
65
pip install --upgrade setuptools
66
66
# Install only from travis wheelhouse
67
67
- if [ -z "$PRE" ]; then
68
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 mock ;
68
+ wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 $MOCK ;
69
69
else
70
- pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0 mock ;
70
+ pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
71
71
fi
72
72
# Always install from pypi
73
73
- pip install $PRE pep8 cycler
You can’t perform that action at this time.
0 commit comments