summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2020-10-16 21:39:41 +0200
committerMike Bayer <mike_mp@zzzcomputing.com>2020-10-26 11:11:04 -0400
commita9f333021cf0c1c799e15d1b5a087bcea7c65231 (patch)
treec23b6ffb4a12dd4253b69148a3671ea1ce499830 /tox.ini
parent322d8312d21b031b17044565b5e8cfc9ee7be141 (diff)
downloadalembic-a9f333021cf0c1c799e15d1b5a087bcea7c65231.tar.gz
Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.
Fixes: #748 Change-Id: I18df97bdce5de6adb222d3f16486272e95b1b1a6
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f144754..eea7514 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,8 +10,6 @@ cov_args=--cov=alembic --cov-report term --cov-report xml
deps=pytest>4.6
pytest-xdist
mock
- sqla11: {[tox]SQLA_REPO}@rel_1_1
- sqla12: {[tox]SQLA_REPO}@rel_1_2
sqla13: {[tox]SQLA_REPO}@rel_1_3
sqlamaster: {[tox]SQLA_REPO}@master
postgresql: psycopg2