diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-08-10 13:11:29 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-08-10 13:14:52 -0700 |
| commit | 554e91fdb0060caf1ca38f48b9f9807fd2026933 (patch) | |
| tree | 46294099fe9a7ea5fbd9ded1723a82cc45179aef | |
| parent | 03cb85f556b61d408a578becab50936ba2c246e7 (diff) | |
| download | flake8-fix_travis2.tar.gz | |
Fix travis-cifix_travis2
| -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 |
