Don't test against py2.7

This commit is contained in:
Michael Kaye 2019-10-03 17:46:03 +01:00
parent d42a38dea9
commit 9f39da09a9

View file

@ -7,15 +7,9 @@ cache: pip
matrix:
fast_finish: true
include:
- python: 2.7
env: TOX_ENV=packaging
- python: 3.6
env: TOX_ENV=pep8
- python: 2.7
env: TOX_ENV=py27
- python: 3.5
env: TOX_ENV=py35