From 5ffdcf56c9034556c9eda107dffbce365d41c699 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.io> Date: Wed, 13 May 2015 08:10:24 -0700 Subject: Allow lint failure on travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: - | -- cgit v1.2.1