summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-06-06 17:33:06 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-06-06 17:33:06 -0400
commit4c70002578d8ea109a7d0889ab53b9c20bae6ed4 (patch)
tree1f56d401f789b5b7d5041e9522409389fb37253b /tox.ini
parent69b23ef7dec71da1189d26ecbc850fd3b0f454c5 (diff)
downloadoslo-db-4c70002578d8ea109a7d0889ab53b9c20bae6ed4.tar.gz
remove sqla_09 test environment
We no longer support SQLAlchemy 0.9.0, so remove the test environment. Change-Id: I614945b178ee09fe3c4c6c61c9356d072d776639 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index f1db2f1..99ee0a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,11 +24,6 @@ commands =
passenv = OS_TEST_DBAPI_ADMIN_CONNECTION
-[testenv:sqla_09]
-basepython = python3
-commands = pip install SQLAlchemy>=0.9.0,!=0.9.5,<1.0.0
- python setup.py testr --slowest --testr-args='{posargs}'
-
[testenv:py27]
basepython = python2.7
commands =