From 6664b2089f8224c3704fcbd7b91a14e05cd6a5e1 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Thu, 9 Jan 2020 22:55:20 +0200 Subject: [PATCH] Added Python 3.8 to travis config. (#50) --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9f4172..5d14eba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,12 @@ matrix: - "3.5" - "3.6" - "3.7" + - "3.8" - name: "Python >3.6" sudo: required - python: 3.7 + python: + - "3.7" + - "3.8" dist: xenial install: "pip install -r requirements.txt" script: