10000 TST: use bleeding edge branch for traitlets · rmorshea/matplotlib@5790edc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5790edc

Browse files
tacaswellrmorshea
authored andcommitted
TST: use bleeding edge branch for traitlets
1 parent ffaf212 commit 5790edc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ 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 traitlets>=4.1.0;
67+
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0;
6868
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;
7070
fi
7171
# Always install from pypi
7272
- pip install $PRE pep8 cycler
7373
- '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'
7475

7576
# Install mock on python 2. Python 2.6 requires mock 1.0.1
7677
# Since later versions have dropped support

0 commit comments

Comments
 (0)
0