summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
- |