zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Add Dockerfile that allows local tests inside docker. #347

Closed Behoston closed 4 years ago

Behoston commented 4 years ago

Now I'm able to run tests locally and don't care about system dependencies inside docker container. I hope that will help new contributors.

obraz

reinout commented 4 years ago

Here's my PR with textual improvements: https://github.com/zestsoftware/zest.releaser/pull/348 Can you take a look?