taskflow/openstack-common.conf
Joshua Harlow d58427d317 Switch to just using tox
Instead of requiring all the complicated
venv management logic that tox already provides
just use tox directly instead. This maps more
closely to what jenkins does, and how most other
python development occurs (which does not typically
rely on custom venv scripts).

Change-Id: Iff6cf0a7eb24ddd2ef65ddd723d0e4cb803b9bb9
2014-01-02 10:38:15 -08:00

14 lines
240 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=excutils
module=importutils
module=jsonutils
module=py3kcompat
module=timeutils
module=uuidutils
# The base module to hold the copy of openstack.common
base=taskflow