Skip to content

Commit 3ec1da7

Browse files
authored
Merge pull request #701 from cclauss/patch-1
Travis CI: Add Python 3.8 to the testing
2 parents 96e14f6 + 1fd9a34 commit 3ec1da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ matrix:
44
- python: 3.5
55
- python: 3.6
66
- python: 3.7
7-
dist: xenial
7+
- python: 3.8
88
cache: pip
99
before_install:
1010
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key

0 commit comments

Comments
 (0)