Strider-CD / strider-python

Python/Pyramid/Django support for Strider Continuous Deployment
6 stars 9 forks source link

Use $VIRTUAL_ENV/bin/python setup.py test instead of ./setup.py test #3

Closed sontek closed 10 years ago

sontek commented 10 years ago

People usually do not make their setup.py executable.

niallo commented 10 years ago

I think this should also be the default, rather than py.test. python setup.py test (from virtualenv of course) was the default in previous strider-python versions.

niallo commented 10 years ago

Fixed.