From 36754514ea6d127335c262cbd8252fd0b16041cc Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 17 Jun 2019 13:54:04 -0400 Subject: [PATCH] basic static checks as part of build checks, too --- secure-access-token-authorizer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/secure-access-token-authorizer.nix b/secure-access-token-authorizer.nix index cb825d7..65de5cd 100644 --- a/secure-access-token-authorizer.nix +++ b/secure-access-token-authorizer.nix @@ -22,6 +22,7 @@ buildPythonPackage rec { ]; checkPhase = '' + ${pythonPackages.pyflakes}/bin/pyflakes src/_secureaccesstokenauthorizer ${pythonPackages.twisted}/bin/trial _secureaccesstokenauthorizer ''; } -- GitLab