Skip to content

Commit ee1ffd2

Browse files
committed
Run tests on Python 3.6
1 parent 9cab69a commit ee1ffd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

3030
before_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

0 commit comments

Comments
 (0)