From 33f4bdc0bd9dafe713ff7a34b711bbd6e17c707c Mon Sep 17 00:00:00 2001 From: Nattaphoom Chaipreecha Date: Mon, 2 Nov 2020 10:07:58 +0700 Subject: [PATCH] Update travis build config --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c465d6..9b3db34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,12 @@ notifications: matrix: include: - name: "black" - python: 3.6 + python: 3.7 env: - TEST_CMD="black --check --verbose ." - - name: "3.6" - python: 3.6 - name: "3.7" python: 3.7 + - name: "3.8" + python: 3.8 + - name: "3.9" + python: 3.9