Skip to content
/ tfirmx Public

A project to test various pybuilder plugins on different versions of Python.

Notifications You must be signed in to change notification settings

soda480/tfirmx

Repository files navigation

tfirmx

build coverage complexity vulnerabilities python

Execution

Ensure the latest version of Docker is installed on your server.

Build the Docker image:

docker image build -t tfirmx:latest .

Run the Docker container:

docker container run --rm -it tfirmx:latest

Development

Clone the repository and ensure the latest version of Docker is installed on your server.

Build the Docker image:

docker image build --target build-image -t tfirmx:latest .

Run the Docker container:

docker container run --rm -it -v $PWD:/code tfirmx:latest /bin/bash

Execute the build:

pyb -X

About

A project to test various pybuilder plugins on different versions of Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published