aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-08 12:02:15 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-08 13:02:15 -0400
commit9c6352413d91afc4f0a58f76cd3b4364d37679b9 (patch)
tree00bb9f672b6bc4206856583f34369932c4e85866 /Jenkinsfile
parent33574c6ee06c59d22721c7a7acb503c1bef08289 (diff)
downloadcryptography-9c6352413d91afc4f0a58f76cd3b4364d37679b9.tar.gz
cryptography-9c6352413d91afc4f0a58f76cd3b4364d37679b9.tar.bz2
cryptography-9c6352413d91afc4f0a58f76cd3b4364d37679b9.zip
remove pep8/py3pep8 from jenkins, we run them in travis already (#3764)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 8c3c55ff..d953a48e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@ def configs = [
[
label: 'docker',
imageName: 'pyca/cryptography-runner-ubuntu-rolling',
- toxenvs: ['py27', 'py35', 'pep8', 'py3pep8', 'randomorder'],
+ toxenvs: ['py27', 'py35', 'randomorder'],
],
[
label: 'docker',