Skip to content

Commit bc447a9

Browse files
committed
Missed one in the travis file
1 parent 82ae8ef commit bc447a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ install:
7474
- if [ -z "$PRE" ]; then
7575
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0;
7676
else
77-
pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
77+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
7878
fi
7979
# Always install from pypi
8080
- pip install $PRE pep8 cycler==0.9.0

0 commit comments

Comments
 (0)