Remove Python 3.5/3.6 From Tests - Resolves Issue #617

This commit is contained in:
BJ Dierkes 2021-12-18 11:45:20 -06:00
parent ba848918fe
commit 20596b5dff

View File

@ -3,9 +3,6 @@ sudo: false
script: ./scripts/travis.sh
os:
- linux
python:
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
@ -17,9 +14,6 @@ matrix:
- python: "3.9"
dist: "xenial"
sudo: true
- python: "3.10"
dist: "focal"
sudo: true
services:
- memcached
- redis-server