From 778c701b874c36329893868bd177eb5f71a4885b Mon Sep 17 00:00:00 2001 From: Michael H Date: Tue, 7 Jan 2020 17:47:54 -0500 Subject: [PATCH] May as well handle that part... (#3281) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 752e08abc..34bd99980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ jobs: python: 3.8.1 env: - DEPLOYING=true - - TOXENV=py36 + - TOXENV=py38 deploy: - provider: pypi distributions: sdist bdist_wheel @@ -49,7 +49,7 @@ jobs: python: 3.8.1 env: - DEPLOYING=true - - TOXENV=py36 + - TOXENV=py38 before_deploy: - curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add - - echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list