From c27d8379e48af23072c46350396ae75f84ec1e30 Mon Sep 17 00:00:00 2001 From: Richard O'Dwyer Date: Thu, 25 Jun 2020 21:48:06 +0100 Subject: [PATCH] speed up CI --- .travis.yml | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cc2fcd..780186c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ sudo: false language: python python: - - 3.6 - - 3.7 - 3.8 env: - TOXENV=py-normal diff --git a/tox.ini b/tox.ini index 52c8da7..9ab352f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37,38}-normal,lint +envlist = py{38}-normal,lint [testenv] commands =