Remove tox from PTI for python tarballs

Python tarball generation does not need a virtualenv. Having our
projects use a tox virtualenv for tarball generation is a divergence
from how other python projects work that does not bring benefit.

Change-Id: Ia82a9d02be76446216eec7448bd754753cb41e17
This commit is contained in:
Monty Taylor 2017-09-20 13:46:13 -05:00
parent 41c529c602
commit 2678231163
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ To drive the above tasks, the following commands should be supported in a clean
- tox -epy27
- tox -epep8
- tox -ecover
- tox -evenv python setup.py sdist
- python setup.py sdist
- python setup.py bdist_wheel
- tox -evenv python setup.py build_sphinx
Projects that are translated should also support: