Fix python versions for tests that run
authorEli Bendersky <eliben@gmail.com>
Tue, 18 Aug 2020 00:57:18 +0000 (17:57 -0700)
committerEli Bendersky <eliben@gmail.com>
Tue, 18 Aug 2020 00:57:18 +0000 (17:57 -0700)
On Travis run fewer old Python versions.
Locally, only run the latest Python 2.x and 3.x

Closes #305

.travis.yml
tox.ini

index eb0c2c30c8681485ab98d6b9e705d6bfa41ad37e..c9f6bebcb3a11f764393d0375ee71fe218257125 100644 (file)
@@ -1,7 +1,6 @@
 language: python
 python:
   - "2.7"
-  - "3.5"
   - "3.6"
   - "3.7"
   - "3.8"
diff --git a/tox.ini b/tox.ini
index b05fb1ccd7a8d067f622c7f014a8184b6b482894..1c0192f4049d57bfadbe580d6ce3ea98f8855496 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27,py35
+envlist = py27,py38
 
 [testenv]
 setenv =