diff options
author | Joshua Powers <josh.powers@canonical.com> | 2020-05-27 14:28:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 17:28:25 -0400 |
commit | a99c8bcea597c17d83d90bf1e09c9a5b68c3dc22 (patch) | |
tree | 490ada9dedf7342c29c4c79221092e10929e889d /.travis.yml | |
parent | 8377897bdd1a88d4dc3b6456618231085c55af42 (diff) | |
download | vyos-cloud-init-a99c8bcea597c17d83d90bf1e09c9a5b68c3dc22.tar.gz vyos-cloud-init-a99c8bcea597c17d83d90bf1e09c9a5b68c3dc22.zip |
testing: use flake8 again (#392)
Instead of running pycodestyle and pyflakes seperately, use flake8 to
get the benefits of pyflakes and also stylistic checks as well as the
ability to configure the settings for the project.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3de1066b..84f38533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,8 +79,6 @@ matrix: PYTEST_ADDOPTS=-v # List all tests run by pytest dist: xenial - python: 3.6 - env: TOXENV=pycodestyle - - python: 3.6 - env: TOXENV=pyflakes + env: TOXENV=flake8 - python: 3.6 env: TOXENV=pylint |