We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aeed4 commit 684fcaaCopy full SHA for 684fcaa
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ addons:
18
19
install:
20
- pip install --upgrade pip
21
- - pip install bokeh
+ - if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pip install bokeh; fi
22
23
script:
24
python setup.py test
0 commit comments