Remove Python 2.7 from the Travis config

This commit is contained in:
Brent O'Connor 2020-08-31 09:15:01 -05:00
parent 7bc44c74ff
commit 6de15e36b9

View file

@ -5,7 +5,6 @@ dist: xenial
language: python
python:
- "2.7"
- "3.6"
install: pip install tox-travis