summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2015-06-03 11:58:16 +0200
committerDirk Mueller <dirk@dmllr.de>2015-07-13 10:14:08 +0200
commit5554801ee6b76b14ed5dbbbc70a4b62e823b3deb (patch)
treee3261bf98664a9777b9bab2ee57b2aac46ed6e92 /tox.ini
parent463545db3f9d4548d1ddd7582107a2078c197b39 (diff)
downloadoslo-db-5554801ee6b76b14ed5dbbbc70a4b62e823b3deb.tar.gz
Remove outdated tox environments for SQLAlchemy 0.8
The global requirements require now SQLAlchemy 0.9.7 or newer, so there is no choice to test in a SQLAlchemy 0.8 environment anymore. Just remove the code related to that. Change-Id: Id4be73285a1f4b4ca70a3cbb0904e8d4f577aaa4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 95e398e..33e0523 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,10 +21,6 @@ commands = bash tools/pretty_tox.sh '{posargs}'
commands = pip install SQLAlchemy>=0.9.0,!=0.9.5,<1.0.0
python setup.py testr --slowest --testr-args='{posargs}'
-[testenv:sqla_08]
-commands = pip install SQLAlchemy>=0.8.0,<0.9.0
- python setup.py testr --slowest --testr-args='{posargs}'
-
[testenv:mysql-python]
setenv =
{[testenv]setenv}
@@ -67,4 +63,4 @@ import_exceptions =
# this also means that pip-missing-reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
-commands = pip-missing-reqs -d --ignore-module=oslo_db* --ignore-module=pkg_resources --ignore-file=oslo_db/tests/* oslo_db \ No newline at end of file
+commands = pip-missing-reqs -d --ignore-module=oslo_db* --ignore-module=pkg_resources --ignore-file=oslo_db/tests/* oslo_db