File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -14,37 +14,37 @@ addons:
14
14
matrix :
15
15
fast_finish : true
16
16
# 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.
18
18
include :
19
19
# packaging sanity check
20
20
- os : linux
21
- python : ' 3.8 '
21
+ python : ' 3.7 '
22
22
env : TOXENV=check
23
23
# python linting
24
24
- os : linux
25
- python : ' 3.8 '
25
+ python : ' 3.7 '
26
26
env : TOXENV=lint
27
27
# check docs build correctly
28
28
- os : linux
29
- python : ' 3.8 '
29
+ python : ' 3.7 '
30
30
env : TOXENV=docs_build
31
31
# check docs links
32
32
- os : linux
33
- python : ' 3.8 '
33
+ python : ' 3.7 '
34
34
env : TOXENV=docs_linkcheck
35
35
# check that conda build/install works
36
36
- os : linux
37
- python : ' 3.8 '
37
+ python : ' 3.7 '
38
38
env : TOXENV=condarecipe
39
39
# linux, various python and notebook versions
40
40
- os : linux
41
- python : ' 3.8 '
42
- env : TOXENV=py38 -notebook60
41
+ python : ' 3.7 '
42
+ env : TOXENV=py37 -notebook60
43
43
- os : linux
44
- python : ' 3.8 '
45
- env : TOXENV=py38 -notebook
44
+ python : ' 3.7 '
45
+ env : TOXENV=py37 -notebook
46
46
- os : linux
47
- python : ' 3.8 '
47
+ python : ' 3.7 '
48
48
env : TOXENV=appveyorartifacts
49
49
allow_failures :
50
50
- env : TOXENV=appveyorartifacts
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ basepython =
14
14
pypy: {env:TOXPYTHON:pypy}
15
15
py36: {env:TOXPYTHON:python3.6}
16
16
py37: {env:TOXPYTHON:python3.7}
17
- {py38,spell}: {env:TOXPYTHON:python3.8}
17
+ py38: {env:TOXPYTHON:python3.8}
18
+ {spell}: {env:TOXPYTHON:python3.7}
18
19
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
19
20
{condarecipe}: {env:TOXPYTHON:python3}
20
21
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
You can’t perform that action at this time.
0 commit comments