8000 GitHub - kaos/pants-setup: Help for setting up pants for your build.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaos/pants-setup

 
 

Repository files navigation

Pants setup

This repository contains the bootstrap needed to get you up and running with Pants.

Follow the instructions at https://www.pantsbuild.org/docs/installation.

Development

We use tox for test automation. To run the test suite and linters, invoke tox:

$ tox

You may run certain checks (environments in tox) with tox -e (run tox -a to see all options):

$ tox -e format-run
$ tox -e lint
$ tox -e test

You may pass arguments to Pytest like this:

$ tox -e test -- -vv -k test_only_bootstraps_the_first_time

About

Help for setting up pants for your build.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.4%
  • Shell 45.4%
  • HTML 1.2%
0