From fb1eeb075212a81122e23d2c37651ca1c6547ea4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 21 Sep 2017 11:03:23 -0400 Subject: [PATCH] Use bitbucket for SQLA branch git.sqlalchemy.org is retired for now, consume from bitbucket Change-Id: I1501528d6856985965feede1f2a05e1488c50382 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e527d68f..599690d2 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # old unicode statements flag envlist = py{27,33,34,35,36}-sqla{10,11,master}, py{27}-sqla{079,084,09} -SQLA_REPO = {env:SQLA_REPO:git+http://git.sqlalchemy.org/sqlalchemy.git} +SQLA_REPO = {env:SQLA_REPO:git+https://zzzeek@bitbucket.org/zzzeek/sqlalchemy.git} [testenv] cov_args=--cov=alembic --cov-report term --cov-report xml -- 2.47.2