We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1548ecc commit 08266faCopy full SHA for 08266fa
.travis.yml
@@ -1,10 +1,12 @@
1
sudo: required
2
language: python
3
-dist: trusty
+dist: bionic
4
matrix:
5
include:
6
# https://docs.python.org/devguide/#status-of-python-branches
7
# One build pulls latest versions dynamically
8
+ - python: 3.8
9
+ env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
10
- python: 3.6
11
env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
12
0 commit comments