summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-05-13 08:10:24 -0700
committerLaurens Van Houtven <_@lvh.io>2015-05-13 08:10:24 -0700
commit5ffdcf56c9034556c9eda107dffbce365d41c699 (patch)
treed6b2bfa81497ea6a077a6f9bacc56f1a476f03d9
parent197956bcd9b9bcde3e9141e8c5d12d9573b3976d (diff)
downloadpyopenssl-5ffdcf56c9034556c9eda107dffbce365d41c699.tar.gz
Allow lint failure on travis
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0354895..a1c9765 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,11 +47,14 @@ matrix:
- python: "2.7"
env: TOXENV=pypi-readme
+ - python: "2.7"
+ env: TOXENV=lint
# Let the cryptography master builds fail because they might be triggered by
# cryptography changes beyond our control.
# Also allow OS X and 0.9.8 to fail at the moment while we fix these new
# build configurations.
+ # Also allow lint to fail while we fix existing lint.
allow_failures:
- language: generic
os: osx
@@ -62,6 +65,7 @@ matrix:
- env: TOXENV=py34-cryptographyMaster
- env: TOXENV=pypy-cryptographyMaster
- env: OPENSSL=0.9.8 TOXENV=py27
+ - env: TOXENV=lint
install:
- |