##// 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 - 3.6
5 - 3.6
6 - 3.5
6 - 3.5
7 - 3.4
7 - 3.4
8 - 3.3
9 sudo: false
8 sudo: false
10 env:
9 env:
11 global:
10 global:
12 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
11 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
13 matrix:
12 matrix:
14 - GROUP=docs
13 - GROUP=docs
15 #group: edge
14 group: edge
16 before_install:
15 before_install:
17 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
16 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
18 - 'if [[ $GROUP == docs ]]; then pip install -r docs/requirements.txt; fi'
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