From a0b84e2078f61c58a3e69f7f6a991ad96ecc5eea Mon Sep 17 00:00:00 2001 From: Shwetha Radhakrishna Date: Thu, 9 Sep 2021 12:28:05 -0500 Subject: [PATCH] chore: test with v3.9 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6de01d9..f4aef1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - '3.6' - '3.7' - '3.8' +- '3.9' before_install: - pip install pycodestyle coverage codecov - if [[ "$TRAVIS_PYTHON_VERSION" == 2.7* ]]; then pip install mock; fi