klrmn / pytest-random

randomize your py.test run
20 stars 10 forks source link

Release 0.02 on PyPI #3

Closed 5long closed 11 years ago

5long commented 11 years ago

Hi, is there any reason that version 0.02 is tagged on Github but not released on PyPI? It'd be a lot easier just to use pip install -U pytest-random instead of using git URL.` One of the reasons I prefer py.test to nosetests is that I can't install nose-randomize and nose-machineout from PyPI.

klrmn commented 11 years ago

@5long, Thanks for pointing out I hadn't done that. You should find it on pypi now. Happy testing.