aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

Added Dockerfile #20

Closed aviau closed 10 years ago

aviau commented 10 years ago

Hello!

You have done a good job with PyTox! I plan to use it soon for one of my projects :)

This pull request contains a Makefile and a Dockerfile that will make it really easy for new contributors to get PyTox running within seconds.

For developers, this will make it easy to have a pristine environment everytime you run your tests.

Tcll commented 10 years ago

can I get a copy of your build, as I can't seem to build it.

EDIT: I just hope it'll work with XP x64

aitjcize commented 10 years ago

@Tcll, I believe he is using Linux

Tcll commented 10 years ago

crap

also, if you can obtain a Win build, please do :)

aviau commented 10 years ago

@Tcll You could run the Dockerfile in Vagrant or inside any VM.

Or something like this: http://docs.docker.com/installation/windows/

aviau commented 10 years ago

@aitjcize Thank you :)