mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Update .travis.yml for Python 3.5
This commit is contained in:
parent
b8457ebb24
commit
064661041d
1 changed files with 20 additions and 10 deletions
30
.travis.yml
30
.travis.yml
|
|
@ -9,13 +9,23 @@ notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
env:
|
matrix:
|
||||||
matrix:
|
include:
|
||||||
- TOXENV=py26
|
- python: 2.6
|
||||||
- TOXENV=py27
|
env: TOXENV=py26
|
||||||
- TOXENV=py32
|
- python: 2.7
|
||||||
- TOXENV=py33
|
env: TOXENV=py27
|
||||||
- TOXENV=py34
|
- python: 3.2
|
||||||
- TOXENV=pypy
|
env: TOXENV=py32
|
||||||
- TOXENV=py27-flake8
|
- python: 3.3
|
||||||
- TOXENV=py34-flake8
|
env: TOXENV=py33
|
||||||
|
- python: 3.4
|
||||||
|
env: TOXENV=py34
|
||||||
|
- python: 3.5
|
||||||
|
env: TOXENV=py35
|
||||||
|
- python: pypy
|
||||||
|
env: TOXENV=pypy
|
||||||
|
- python: 2.7
|
||||||
|
env: TOXENV=py27-flake8
|
||||||
|
- python: 3.4
|
||||||
|
env: TOXENV=py34-flake8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue