mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Fix travis-ci
This commit is contained in:
parent
03cb85f556
commit
554e91fdb0
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
|
||||
cache: pip
|
||||
before_script:
|
||||
- pip install tox
|
||||
- pip install --upgrade tox setuptools virtualenv
|
||||
|
||||
# test script
|
||||
script: tox
|
||||
script: tox
|
||||
notifications:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
|
@ -20,20 +20,19 @@ matrix:
|
|||
env: TOXENV=py35
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
# https://github.com/travis-ci/travis-ci/issues/9069
|
||||
#- python: 3.7
|
||||
# env: TOXENV=py37
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- python: 2.7
|
||||
env: TOXENV=readme
|
||||
- python: 3.4
|
||||
- python: 3.7
|
||||
env: TOXENV=flake8
|
||||
- python: 3.4
|
||||
- python: 3.7
|
||||
env: TOXENV=pylint
|
||||
- python: 3.4
|
||||
- python: 3.7
|
||||
env: TOXENV=doc8
|
||||
- python: 3.4
|
||||
- python: 3.7
|
||||
env: TOXENV=bandit
|
||||
- python: 3.4
|
||||
- python: 3.7
|
||||
env: TOXENV=docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue