mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Merge branch 'backport_pr_340' into '3.7-maintenance'
[3.7] Fix travis-ci See merge request pycqa/flake8!368
This commit is contained in:
commit
ae91bd7dfa
1 changed files with 10 additions and 11 deletions
21
.travis.yml
21
.travis.yml
|
|
@ -1,11 +1,11 @@
|
||||||
sudo: false
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
before_script:
|
before_script:
|
||||||
- pip install tox
|
- pip install --upgrade tox setuptools virtualenv
|
||||||
|
|
||||||
# test script
|
# test script
|
||||||
script: tox
|
script: tox
|
||||||
notifications:
|
notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
@ -20,20 +20,19 @@ matrix:
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
# https://github.com/travis-ci/travis-ci/issues/9069
|
- python: 3.7
|
||||||
#- python: 3.7
|
env: TOXENV=py37
|
||||||
# env: TOXENV=py37
|
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=readme
|
env: TOXENV=readme
|
||||||
- python: 3.4
|
- python: 3.7
|
||||||
env: TOXENV=flake8
|
env: TOXENV=flake8
|
||||||
- python: 3.4
|
- python: 3.7
|
||||||
env: TOXENV=pylint
|
env: TOXENV=pylint
|
||||||
- python: 3.4
|
- python: 3.7
|
||||||
env: TOXENV=doc8
|
env: TOXENV=doc8
|
||||||
- python: 3.4
|
- python: 3.7
|
||||||
env: TOXENV=bandit
|
env: TOXENV=bandit
|
||||||
- python: 3.4
|
- python: 3.7
|
||||||
env: TOXENV=docs
|
env: TOXENV=docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue