File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ matrix:
1111 include :
1212 - python : 2.7
1313 env : TEST_TARGET=branca_release
14- - python : 3.5
14+ - python : 3.6
1515 env : TEST_TARGET=branca_release
16- - python : 3.5
16+ - python : 3.6
1717 env : TEST_TARGET=coding_standards
18- - python : 3.5
18+ - python : 3.6
1919 env : TEST_TARGET=notebooks
2020 - python : 2.7
2121 env : TEST_TARGET=branca_latest
22- - python : 3.5
22+ - python : 3.6
2323 env : TEST_TARGET=branca_latest
2424 allow_failures :
2525 - python : 2.7
2626 env : TEST_TARGET=branca_latest
27- - python : 3.5
27+ - python : 3.6
2828 env : TEST_TARGET=branca_latest
2929
3030before_install :
@@ -36,10 +36,10 @@ before_install:
3636 - conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
3737 - source activate TEST
3838
39- - if [[ "$TRAVIS_PYTHON_VERSION" != "3.5 " ]]; then
39+ - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7 " ]]; then
4040 conda install --yes mock ;
4141 fi
42- - if [[ "$TRAVIS_PYTHON_VERSION" == "3.5 " ]]; then
42+ - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6 " ]]; then
4343 conda install --yes doctr ;
4444 fi
4545
You can’t perform that action at this time.
0 commit comments