Skip to content

Commit bb406d1

Browse files
authored
Update .travis.yml
part of the tests using python 3.8 and notebook 6.0.0
1 parent d26af76 commit bb406d1

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

.travis.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://travis-ci.org/#!/ipython-contrib/jupyter_contrib_nbextensions
22
language: python
3-
dist: trusty # required for pandoc>1.9.1
3+
dist: xenial
44
sudo: false
55
addons:
66
apt_packages:
@@ -14,46 +14,37 @@ addons:
1414
matrix:
1515
fast_finish: true
1616
# 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.
1818
include:
1919
# packaging sanity check
2020
- os: linux
21-
python: '3.6'
21+
python: '3.8'
2222
env: TOXENV=check
2323
# python linting
2424
- os: linux
25-
python: '3.6'
25+
python: '3.8'
2626
env: TOXENV=lint
2727
# check docs build correctly
2828
- os: linux
29-
python: '3.6'
29+
python: '3.8'
3030
env: TOXENV=docs_build
3131
# check docs links
3232
- os: linux
33-
python: '3.6'
33+
python: '3.8'
3434
env: TOXENV=docs_linkcheck
3535
# check that conda build/install works
3636
- os: linux
37-
python: '3.6'
37+
python: '3.8'
3838
env: TOXENV=condarecipe
3939
# linux, various python and notebook versions
4040
- os: linux
41-
python: '2.7'
42-
env: TOXENV=py27-notebook
41+
python: '3.8'
42+
env: TOXENV=py38-notebook60
4343
- os: linux
44-
python: '3.6'
45-
env: TOXENV=py36-notebook54
44+
python: '3.8'
45+
env: TOXENV=py38-notebook
4646
- 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'
5748
env: TOXENV=appveyorartifacts
5849
allow_failures:
5950
- env: TOXENV=appveyorartifacts

0 commit comments

Comments
 (0)