Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created June 30, 2017 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsierles/36a2214d5b51d8aa650935b51652f489 to your computer and use it in GitHub Desktop.
Save jsierles/36a2214d5b51d8aa650935b51652f489 to your computer and use it in GitHub Desktop.
(arguments
`(#:phases
(modify-phases %standard-phases
(delete 'check)
(add-after 'install 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(zero? (system* "python" "setup.py" "test")))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment