Skip to content

jsirois/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 52.9%
  • Shell 46.1%
  • HTML 1.0%