8000 add traitlets as test dep · rmorshea/matplotlib@d7c1b5a · GitHub
[go: up one dir, main page]

Skip to content

Commit d7c1b5a

Browse files
committed
add traitlets as test dep
1 parent 0d4e52a commit d7c1b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ install:
6464
pip install --upgrade setuptools
6565
# Install only from travis wheelhouse
6666
- if [ -z "$PRE" ]; then
67-
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0;
67+
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 traitlets;
6868
else
69-
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
69+
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0 traitlets;
7070
fi
7171
# Always install from pypi
7272
- pip install $PRE pep8 cycler

0 commit comments

Comments
 (0)
0