##// END OF EJS Templates
Dropping Python 3.3 due to Travis issues + adding 'group' back
Olesya Baranova -
Show More
@@ -5,14 +5,13 b' python:'
5 5 - 3.6
6 6 - 3.5
7 7 - 3.4
8 - 3.3
9 8 sudo: false
10 9 env:
11 10 global:
12 11 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
13 12 matrix:
14 13 - GROUP=docs
15 #group: edge
14 group: edge
16 15 before_install:
17 16 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
18 17 - 'if [[ $GROUP == docs ]]; then pip install -r docs/requirements.txt; fi'
General Comments 0
You need to be logged in to leave comments. Login now