Skip to content

Commit 684fcaa

Browse files
committed
Travis shouldn't be installing Bokeh for Python 2.6
1 parent 78aeed4 commit 684fcaa

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
@@ -18,7 +18,7 @@ addons:
1818

1919
install:
2020
- pip install --upgrade pip
21-
- pip install bokeh
21+
- if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pip install bokeh; fi
2222

2323
script:
2424
python setup.py test

0 commit comments

Comments
 (0)