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 98e6c60 commit f01b902Copy full SHA for f01b902
.travis.yml
@@ -1,13 +1,14 @@
1
sudo: required
2
language: python
3
+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
- env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
9
+ env: CDH=cdh5 CDH_VERSION=5.10.1 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
10
- python: 3.6
11
12
13
env: CDH=cdh5 CDH_VERSION=5.10.1 PRESTO=0.147 SQLALCHEMY=sqlalchemy>=1.3.0
14
- python: 3.5
0 commit comments