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
This commit is contained in:
David Moreau Simard 2019-01-21 10:01:10 -05:00
parent da4a03032a
commit b4e0ed4bec
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
check:
jobs:
- tox-format
- tox-pep8
gate:
jobs:
- tox-format
- tox-pep8