File tree Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Original file line number Diff line number Diff line change 1
1
# http://travis-ci.org/#!/ipython-contrib/jupyter_contrib_nbextensions
2
2
language : python
3
- dist : trusty # required for pandoc>1.9.1
3
+ dist : xenial
4
4
sudo : false
5
5
addons :
6
6
apt_packages :
@@ -14,46 +14,37 @@ addons:
14
14
matrix :
15
15
fast_finish : true
16
16
# Use the built-in venv for linux builds
17
- # 3.5 as it isn't installed by default. Let tox handle other versions.
17
+ # 3.6 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.6 '
21
+ python : ' 3.8 '
22
22
env : TOXENV=check
23
23
# python linting
24
24
- os : linux
25
- python : ' 3.6 '
25
+ python : ' 3.8 '
26
26
env : TOXENV=lint
27
27
# check docs build correctly
28
28
- os : linux
29
- python : ' 3.6 '
29
+ python : ' 3.8 '
30
30
env : TOXENV=docs_build
31
31
# check docs links
32
32
- os : linux
33
- python : ' 3.6 '
33
+ python : ' 3.8 '
34
34
env : TOXENV=docs_linkcheck
35
35
# check that conda build/install works
36
36
- os : linux
37
- python : ' 3.6 '
37
+ python : ' 3.8 '
38
38
env : TOXENV=condarecipe
39
39
# linux, various python and notebook versions
40
40
- os : linux
41
- python : ' 2.7 '
42
- env : TOXENV=py27-notebook
41
+ python : ' 3.8 '
42
+ env : TOXENV=py38-notebook60
43
43
- os : linux
44
- python : ' 3.6 '
45
- env : TOXENV=py36-notebook54
44
+ python : ' 3.8 '
45
+ env : TOXENV=py38-notebook
46
46
- os : linux
47
- python : ' 3.6'
48
- env : TOXENV=py36-notebook55
49
- - os : linux
50
- python : ' 3.6'
51
- env : TOXENV=py36-notebook44
52
- - os : linux
53
- python : ' 3.6'
54
- env : TOXENV=py36-notebook
55
- - os : linux
56
- python : ' 3.6'
47
+ python : ' 3.8'
57
48
env : TOXENV=appveyorartifacts
58
49
allow_failures :
59
50
- env : TOXENV=appveyorartifacts
You can’t perform that action at this time.
0 commit comments