diff options
author | Oleksii Chuprykov <ochuprykov@mirantis.com> | 2014-07-17 12:10:30 +0300 |
---|---|---|
committer | Oleksii Chuprykov <ochuprykov@mirantis.com> | 2014-07-24 12:31:28 +0000 |
commit | d845a16abdbbe1de34597714309d374aa367b0cc (patch) | |
tree | f7dc676d86959506eda70c481c93d00cd7b81912 /tox.ini | |
parent | 9722ab61c1b134a0909d8751f1b8c3ebf71f6dec (diff) | |
download | oslo-db-d845a16abdbbe1de34597714309d374aa367b0cc.tar.gz |
Remove sqla_07 from tox.ini
Remove support of sqla_07 test according to global requirements
Change-Id: I1c4817c28b779bdb6467e346a38147b193f58a38
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -24,10 +24,6 @@ commands = pip install SQLAlchemy>=0.9.0,!=0.9.5,<1.0.0 commands = pip install SQLAlchemy>=0.8.0,<0.9.0 python setup.py testr --slowest --testr-args='{posargs}' -[testenv:sqla_07] -commands = pip install SQLAlchemy>=0.7.7,<0.8.0 - python setup.py testr --slowest --testr-args='{posargs}' - [testenv:pep8] commands = flake8 |