Questions tagged [pants]

Pants is a build system for software. It works particularly well for a source code workspace containing many distinct but interdependent pieces.

Pants is a build system for software. It works particularly well for a source code workspace containing many distinct but interdependent pieces.

Resources

48 questions
-1
votes
1 answer

Is there a way to grab pants code coverage results?

I want to look at the results of code coverage in a script that then decides whether it is ok for the user to proceed. Does pants have this functionality? Is there any way to do this other than piping it into an external file and parsing? Right now…
sf8193
  • 575
  • 1
  • 6
  • 25
-1
votes
1 answer

--version support in a Python program built with Pants

How can I get Pants to store the output of git describe somewhere in my .pex file so that I can access it from the Python code I'm writing? Basically I want to be able to clone my project and do this: ./pants binary px Distribute the resulting…
Johan Walles
  • 1,447
  • 2
  • 15
  • 23
-2
votes
1 answer

How do you install pants for python?

How do you install pants in Python? I've been searching a while in Google and couldn't get a straight answer for it. I'm currently using Linux Mint and Python version 2.7.3.
Kenken
  • 197
  • 1
  • 2
  • 11
1 2 3
4