summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-11-14 14:26:53 -0500
committerDoug Hellmann <doug@doughellmann.com>2014-11-14 17:17:25 -0500
commitbca4a0d827fbef53d2c5a969d895b908a4362485 (patch)
tree7dd931494adb32ec8a935e6d6bed782f3105b758 /tox.ini
parent58de317f8487a20768da6deafe2d2a7aa3ebcc1d (diff)
downloadoslo-concurrency-bca4a0d827fbef53d2c5a969d895b908a4362485.tar.gz
Move out of the oslo namespace package
Move the public API out of oslo.concurrency to oslo_concurrency. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I20d1647b1c3ef8cab3b69eccfe168eeb01703b72
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fca4498..d14cd1a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py26,py27,py33,py34,pypy,pep8
+envlist = py33,py34,py26,py27,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True
@@ -54,4 +54,4 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]
import_exceptions =
- oslo.concurrency._i18n
+ oslo_concurrency._i18n