commit | 9c6352413d91afc4f0a58f76cd3b4364d37679b9 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Jul 08 12:02:15 2017 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 08 13:02:15 2017 -0400 |
tree | 00bb9f672b6bc4206856583f34369932c4e85866 | |
parent | 33574c6ee06c59d22721c7a7acb503c1bef08289 [diff] [blame] |
remove pep8/py3pep8 from jenkins, we run them in travis already (#3764)
diff --git a/Jenkinsfile b/Jenkinsfile index 8c3c55f..d953a48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -66,7 +66,7 @@ [ label: 'docker', imageName: 'pyca/cryptography-runner-ubuntu-rolling', - toxenvs: ['py27', 'py35', 'pep8', 'py3pep8', 'randomorder'], + toxenvs: ['py27', 'py35', 'randomorder'], ], [ label: 'docker',