Antony Lee <anntzer....@gmail.com> added the comment:

Travis uses virtualenvs as toplevel containers for running CI.  Some projects 
need (or would like to) set up venvs as part of their test suites.  On example 
is https://github.com/airspeed-velocity/asv, which profiles a project's speed 
across revisions; in order to do so it sets up an environment for each revision 
to run the test suite.  Currently, it can either set up a virtualenv or a conda 
env, but it would make sense for it to be able to set up a venv too 
(https://github.com/airspeed-velocity/asv/pull/526).  But the unability to nest 
a venv into a virtualenv makes this impossible to test on Travis.

----------
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to