[Pytest-commit] Issue #261: `skip_install=true` in fails on building sdist (hpk42/tox)

2015-06-29 Thread Jan Vlčinský
New issue 261: `skip_install=true` in fails on building sdist https://bitbucket.org/hpk42/tox/issue/261/skip_install-true-in-fails-on-building Jan Vlčinský: Issue #11 was resolved by adding `skip_install` into `[testenv]` section. Having following `tox.ini`: ``` #!ini [tox] envlist=py27,py34 [

[Pytest-commit] Issue #262: tox `-a` option to activate virtualenv only (hpk42/tox)

2015-06-29 Thread Jan Vlčinský
New issue 262: tox `-a` option to activate virtualenv only https://bitbucket.org/hpk42/tox/issue/262/tox-a-option-to-activate-virtualenv-only Jan Vlčinský: Apart from running tests in virtualenvs, `tox` seems to be very good tool for creation of virtualenv. This is what I understood from http: