File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ install:
64
64
pip install --upgrade setuptools
65
65
# Install only from travis wheelhouse
66
66
- if [ -z "$PRE" ]; then
67
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 traitlets>=4.1.0 ;
67
+ wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0;
68
68
else
69
- pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0 traitlets>=4.1.0 ;
69
+ pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
70
70
fi
71
71
# Always install from pypi
72
72
- pip install $PRE pep8 cycler
73
73
- ' pip install https://github.com/tacaswell/nose/zipball/mnt_py36_compat#egg=nose'
74
+ - ' pip install https://github.com/rmorshea/traitlets/zipball/observe_validate_default#egg=traitlets'
74
75
75
76
# Install mock on python 2. Python 2.6 requires mock 1.0.1
76
77
# Since later versions have dropped support
You can’t perform that action at this time.
0 commit comments