diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-03-19 09:41:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 09:41:50 -0400 |
commit | 9db87379b5c04f4c9662eaf81390e702ea63b8b3 (patch) | |
tree | beafaa56af5adcc1186898a2f5f978cebcc33ce2 | |
parent | 77c7c113639a40f032f285b7f84970e9584d558e (diff) | |
download | vyos-cloud-init-9db87379b5c04f4c9662eaf81390e702ea63b8b3.tar.gz vyos-cloud-init-9db87379b5c04f4c9662eaf81390e702ea63b8b3.zip |
.travis.yml: drop stale comment (#255)
Co-authored-by: Chad Smith <chad.smith@canonical.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1cde317a..5ae24d85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,6 @@ matrix: env: TOXENV=xenial PYTEST_ADDOPTS=-v # List all tests run by pytest - # Travis doesn't support Python 3.4 on bionic, so use xenial dist: xenial - python: 3.6 env: TOXENV=pycodestyle |