From 9aeaff0e9aec08b942e6f3fb8d18301e0f022081 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 16 Jul 2016 22:16:04 -0400 Subject: [PATCH] replace py27-flake8 with py34-flake8 We definitely want py34-flake8 to succeed, so we don't end up with `unicode` and other py27 specific. With that in mind, we don't need py27-flake8 anymore either. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89097b937..39796cbdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,13 @@ matrix: env: {TOX_ENV: py35-test} # - python: pypy # - env: {TOX_ENV: pypy-test} - - python: 2.7 - env: {TOX_ENV: py27-flake8} - python: 3.4 env: {TOX_ENV: py34-flake8} - python: 2.7 env: {TOX_ENV: docs} allow_failures: - python: 3.4 + env: {TOX_ENV: py34-test} - python: 3.5 # Non-Python dependencies.