All Questions
3 questions
3
votes
0
answers
78
views
Confused about how to test Python scripts that install and configure a development setup on OSX (VMware? Docker-OSX?)
In my company we hire engineers for various "disciplines"—iOS, Android, Web, Backend, Data, etc. Engineers follow an onboarding workbook to install what they need for their discipline. iOS ...
4
votes
2
answers
3k
views
What's the best way to get GitLab Docker runners and Python tox to work together?
I'm trying to get a better understanding of how tox and GitLab CI (with docker runners) would work together, as they seem to have a bit of overlap in what each does. I think I may be missing something ...
1
vote
1
answer
2k
views
How do I test my python package (for distributing) for different versions of python?
I have made a small library/application that I intend to distribute. However I want to find out what versions of python can handle my script ? Given that there are many minor and micro versions and ...