Merge pull request #27 from matrix-org/michaelkaye/no_py27

Don't test against py2.7
This commit is contained in:
Michael Kaye 2019-10-03 17:53:21 +01:00 committed by GitHub
commit 339a72dbb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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