Discontinue official support for Python 3.3
(testing failed due to wheel now requiring Python >= 3.4) Also run flake8 in latest Python 3.6 (3.7 is not supported on Travis yet)
This commit is contained in:
parent
9f4a707bb7
commit
3c64623a12
3 changed files with 2 additions and 4 deletions
|
|
@ -5,7 +5,6 @@ language: python
|
|||
python:
|
||||
- pypy
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
|
@ -19,7 +18,7 @@ matrix:
|
|||
fast_finish: true
|
||||
|
||||
include:
|
||||
- python: 3.5
|
||||
- python: 3.6
|
||||
env:
|
||||
- TOXENV=flake8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue