Skip to content
Snippets Groups Projects
Commit 36754514 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

basic static checks as part of build checks, too

parent badbd585
Branches
No related tags found
1 merge request!4Cryptoless Tahoe-LAFS storage server plugin
...@@ -22,6 +22,7 @@ buildPythonPackage rec { ...@@ -22,6 +22,7 @@ buildPythonPackage rec {
]; ];
checkPhase = '' checkPhase = ''
${pythonPackages.pyflakes}/bin/pyflakes src/_secureaccesstokenauthorizer
${pythonPackages.twisted}/bin/trial _secureaccesstokenauthorizer ${pythonPackages.twisted}/bin/trial _secureaccesstokenauthorizer
''; '';
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment