goodbye python3.3

This commit is contained in:
Glyph 2019-07-16 02:36:00 -07:00 committed by GitHub
parent 56345cadfa
commit d988a38139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,6 @@ matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.3"
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
@ -19,7 +17,6 @@ matrix:
- python: "3.6"
env: TOXENV=py36
allow_failures:
- env: TOXENV=py33
- env: TOXENV=py34
- env: TOXENV=py35