Skip to content

Commit ec47cf4

Browse files
authored
Travis CI: Add Python 3.8 to the testing
1 parent 246d9c5 commit ec47cf4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ cache:
88
python:
99
- 3.6
1010

11-
sudo: required
12-
13-
1411
env:
1512
global:
1613
- PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
@@ -64,7 +61,8 @@ matrix:
6461
env: GROUP=python
6562
- python: 3.7
6663
env: GROUP=python
67-
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
64+
- python: 3.8
65+
env: GROUP=python
6866
- python: 3.6
6967
env: GROUP=docs
7068

0 commit comments

Comments
 (0)