summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-08-16 07:53:25 -0500
committerGitHub <noreply@github.com>2018-08-16 07:53:25 -0500
commitb59bf1b6799a189a7ae47e6fa1a9feec47fd0e6c (patch)
tree16169850bbd1661afe93d05c18dfc0c4c1c73115 /.travis.yml
parent6939d93d7f26633cfd3bebbeeb0f05f5d4c973ec (diff)
downloadkombu-b59bf1b6799a189a7ae47e6fa1a9feec47fd0e6c.tar.gz
Added Python 3.7 to the build matrix (#908)
* Run tests with Python 3.7. * Add missing dependencies. * Show skip reasons. * Add more dependencies to CI tests. * Fix requirements.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8a08118f..d2a08498 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,11 @@ matrix:
env: TOXENV=3.5
- python: 3.6
env: TOXENV=3.6
+ - python: 3.7
+ env: TOXENV=3.7
+ sudo: true
+ dist: xenial
+ before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
- python: pypy
env: TOXENV=pypy
- env: TOXENV=flake8