From b4e0ed4becdb79b1432c0303fb8f9f3e783cc833 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 21 Jan 2019 10:01:10 -0500 Subject: [PATCH] Remove pep8 job, it'll be replaced by linters This pep8 job is running py2 and is returning syntax errors on py3 f-strings. We'll standardize on the same linters job across ara projects soon. Change-Id: I2ef4578aeeb262c971fc18a6754c06cda95df67d --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f222942..3d2a2cb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,8 +2,6 @@ check: jobs: - tox-format - - tox-pep8 gate: jobs: - tox-format - - tox-pep8