diff --git a/.travis.yml b/.travis.yml index 69a13a3..ecbb57a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ matrix: - { python: 3.4, env: DJANGO=2.1 } include: - { python: 3.6, env: TOXENV=flake8 } - - { python: 3.6, env: TOXENV=readme } + - { python: 2.7, env: TOXENV=readme } # Work around Travis Python 3.7 issue: https://github.com/travis-ci/travis-ci/issues/9815 - { python: 3.7, env: DJANGO=1.11, dist: xenial, sudo: true } - { python: 3.7, env: DJANGO=2.0, dist: xenial, sudo: true }