2 , buildPythonApplication
8 buildPythonApplication rec {
13 inherit pname version;
14 sha256 = "597d71e246690b9223c132f0ed7dcac470dcbe9ad022004a801e108a00dc3524";
17 checkInputs = [ pytest nose ];
24 description = "Automated testing for the examples in your documentation";
25 homepage = "https://github.com/cjw296/sybil";
26 license = licenses.mit;