File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ matrix:
11
11
include :
12
12
- python : 2.7
13
13
env : TEST_TARGET=branca_release
14
- - python : 3.5
14
+ - python : 3.6
15
15
env : TEST_TARGET=branca_release
16
- - python : 3.5
16
+ - python : 3.6
17
17
env : TEST_TARGET=coding_standards
18
- - python : 3.5
18
+ - python : 3.6
19
19
env : TEST_TARGET=notebooks
20
20
- python : 2.7
21
21
env : TEST_TARGET=branca_latest
22
- - python : 3.5
22
+ - python : 3.6
23
23
env : TEST_TARGET=branca_latest
24
24
allow_failures :
25
25
- python : 2.7
26
26
env : TEST_TARGET=branca_latest
27
- - python : 3.5
27
+ - python : 3.6
28
28
env : TEST_TARGET=branca_latest
29
29
30
30
before_install :
@@ -36,10 +36,10 @@ before_install:
36
36
- conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
37
37
- source activate TEST
38
38
39
- - if [[ "$TRAVIS_PYTHON_VERSION" != "3.5 " ]]; then
39
+ - if [[ "$TRAVIS_PYTHON_VERSION" != "3.6 " ]]; then
40
40
conda install --yes mock ;
41
41
fi
42
- - if [[ "$TRAVIS_PYTHON_VERSION" == "3.5 " ]]; then
42
+ - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6 " ]]; then
43
43
conda install --yes doctr ;
44
44
fi
45
45
You can’t perform that action at this time.
0 commit comments