Skip to content
/ setup Public
forked from pantsbuild/setup

Help for setting up pants for your build.

License

Notifications You must be signed in to change notification settings

tdyas/setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Shell 53.3%
  • Python 45.1%
  • HTML 1.6%