Skip to content

Commit d55e8c9

Browse files
committed
trigger build
1 parent 37a8497 commit d55e8c9

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,37 @@ addons:
1414
matrix:
1515
fast_finish: true
1616
# Use the built-in venv for linux builds
17-
# 3.6 as it isn't installed by default. Let tox handle other versions.
17+
# 3.5 as it isn't installed by default. Let tox handle other versions.
1818
include:
1919
# packaging sanity check
2020
- os: linux
21-
python: '3.8'
21+
python: '3.7'
2222
env: TOXENV=check
2323
# python linting
2424
- os: linux
25-
python: '3.8'
25+
python: '3.7'
2626
env: TOXENV=lint
2727
# check docs build correctly
2828
- os: linux
29-
python: '3.8'
29+
python: '3.7'
3030
env: TOXENV=docs_build
3131
# check docs links
3232
- os: linux
33-
python: '3.8'
33+
python: '3.7'
3434
env: TOXENV=docs_linkcheck
3535
# check that conda build/install works
3636
- os: linux
37-
python: '3.8'
37+
python: '3.7'
3838
env: TOXENV=condarecipe
3939
# linux, various python and notebook versions
4040
- os: linux
41-
python: '3.8'
42-
env: TOXENV=py38-notebook60
41+
python: '3.7'
42+
env: TOXENV=py37-notebook60
4343
- os: linux
44-
python: '3.8'
45-
env: TOXENV=py38-notebook
44+
python: '3.7'
45+
env: TOXENV=py37-notebook
4646
- os: linux
47-
python: '3.8'
47+
python: '3.7'
4848
env: TOXENV=appveyorartifacts
4949
allow_failures:
5050
- env: TOXENV=appveyorartifacts

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ basepython =
1414
pypy: {env:TOXPYTHON:pypy}
1515
py36: {env:TOXPYTHON:python3.6}
1616
py37: {env:TOXPYTHON:python3.7}
17-
{py38,spell}: {env:TOXPYTHON:python3.8}
17+
py38: {env:TOXPYTHON:python3.8}
18+
{spell}: {env:TOXPYTHON:python3.7}
1819
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
1920
{condarecipe}: {env:TOXPYTHON:python3}
2021
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}

0 commit comments

Comments
 (0)