summaryrefslogtreecommitdiff
path: root/README.unittests.rst
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 /README.unittests.rst
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 'README.unittests.rst')
-rw-r--r--README.unittests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.unittests.rst b/README.unittests.rst
index 60a6490..e03d780 100644
--- a/README.unittests.rst
+++ b/README.unittests.rst
@@ -34,12 +34,12 @@ against various combinations of databases. The test suite can be
run against SQLite with "backend" tests also running against a PostgreSQL
database::
- tox -e py36-sqlite-postgresql
+ tox -e py38-sqlite-postgresql
Or to run just "backend" tests (NOTE: Alembic has no tests marked this
way so this option is not important) against a MySQL databases::
- tox -e py36-mysql-backendonly
+ tox -e py38-mysql-backendonly
Running against backends other than SQLite requires that a database of that
vendor be available at a specific URL. See "Setting Up Databases" below