Skip to content

Instantly share code, notes, and snippets.

@dstufft
Created May 11, 2016 23:41
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 dstufft/b11005e9688cce7fc6dff42ed2c08631 to your computer and use it in GitHub Desktop.
Save dstufft/b11005e9688cce7fc6dff42ed2c08631 to your computer and use it in GitHub Desktop.
[package]
name = "Pyramid"
[package.build-system]
tool = "whatever"
requires = ["setuptools", "wheel"]
[package.test-system]
command = "py.test"
requires = ["pytest", "pytest-timeout"]
[package]
name = "Pyramid"
build_tool = "whatever"
build_requires = ["setuptools", "wheel"]
test_command = "py.test"
test_requires = ["pytest", "pytest-timeout"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment