Skip to content

pantsbuild/setup

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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