summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-11-26 22:42:28 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-11-26 22:42:28 -0500
commit54bd3ec824d96e0899396b4f953d89719bd9ca05 (patch)
treef830c4e6af9755ad75d9372b721ba490ef218e72 /tox.ini
parent804d1d420bb8abfceb2cde46321fd5fa3dde357e (diff)
downloadalembic-54bd3ec824d96e0899396b4f953d89719bd9ca05.tar.gz
Move to github, new domain, sqlalchemy links
Alembic is now under the sqlalchemy.org domain for the website and all repos are moving under github.com/sqlalchemy. Change-Id: Id9ce08b61ed0ccdf50396f911838b21112e61652
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index adfbfec..8f3640d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# old unicode statements flag
envlist = py{27,34,35,36,37}-sqla{10,11,12,master}, py{27}-sqla{079,084,09}
-SQLA_REPO = {env:SQLA_REPO:git+https://zzzeek@bitbucket.org/zzzeek/sqlalchemy.git}
+SQLA_REPO = {env:SQLA_REPO:git+https://github.com/sqlalchemy/sqlalchemy.git}
[testenv]
cov_args=--cov=alembic --cov-report term --cov-report xml