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>
This commit is contained in:
Doug Hellmann 2018-06-06 17:33:06 -04:00
parent 69b23ef7de
commit 4c70002578
1 changed files with 0 additions and 5 deletions

View File

@ -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 =