(this assumes that you have Docker installed)
- cd to the directory containing PyHamcrest's
tox.ini
file. - run
docker run --rm -v $(pwd):/src chrisr/pybuilder:latest
That's it!
This will test PyHamcrest with all supported versions of Python
- in this directory, modify the
Dockerfile
to have the setup you want docker build --tag $USER/pybuilder:latest .
- run your build
- submit a pull request to the
hamcrest/PyHamcrest
repo with your changes to the Dockerfile
We'll merge and publish the new tag to chrisr/pybuilder:latest
,
making the new instructions up to date.