New issue 95: provide a standalone mode for tox similar to the one used by 
py.test
https://bitbucket.org/hpk42/tox/issue/95/provide-a-standalone-mode-for-tox-similar

Sorin Sbarnea:

`py.test` can generate a [standalone 
script](http://pytest.org/latest/goodpractises.html#create-a-py-test-standalone-script)
 you can run the tests without having to install py.test.

This is important for enabling the usage on continuous integration systems 
where you do not have root access to the running machine (which is usually a 
clean machine, sometimes even spawned on demand),

In order to overcome this, I tried to setup a virtual environment and install 
tox in it but this doesn't seem to work well, as tox will try to create other 
virtual environments itself.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to