diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e112789a..1582e829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,7 +131,7 @@ matrix: env: TOXENV=flake8 - python: 3.6 env: TOXENV=pylint - - python: 3.6 + - python: 3.7 env: TOXENV=doc # Test all supported Python versions (but at the end, so we schedule # longer-running jobs first) |