diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-10-28 17:24:22 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-10-28 17:24:22 +0000 |
| commit | 182cdf6c23a711af32b2dbd040dd89808f5b1d18 (patch) | |
| tree | 9614acaee0ab994a5ca59a3eb170126d23dd9448 | |
| parent | ee740f4a92b2856e7c62f12c37abd6f8b9b987ff (diff) | |
| parent | 04d3f9dcafcc8fe3eabf66ba13b999c2e5b38f60 (diff) | |
| download | flake8-182cdf6c23a711af32b2dbd040dd89808f5b1d18.tar.gz | |
Merge branch 'backport_pr_340' into '3.7-maintenance'
[3.7] Fix travis-ci
See merge request pycqa/flake8!368
| -rw-r--r-- | .travis.yml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index b47d090..7e7f997 100644 --- a/.travis.yml +++ b/.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 |
