From fc1b6f6227d446247a3ffbd9fc766fe6f67ff55b Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 24 May 2020 15:27:48 +0530 Subject: [PATCH] Add python38 test job for travis --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7426bb0..2eabdb8 100755 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,6 @@ install: - make install jobs: include: - - stage: test - script: - - make test - python: '2.7' - stage: test script: - make test @@ -25,8 +21,13 @@ jobs: - make test python: '3.7' dist: xenial + - stage: test + script: + - make test + python: '3.8' + dist: xenial - stage: coverage - python: '3.6' + python: '3.8' script: - make test - codecov --verbose