0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 09:38:19 +02:00

Use the version of "matrix-angular-sdk" hosted on pypi

This commit is contained in:
Mark Haines 2015-09-01 14:47:57 +01:00
parent b62c1395d6
commit 57df6fffa7
2 changed files with 0 additions and 7 deletions

View file

@ -56,11 +56,6 @@ def github_link(project, version, egg):
return "https://github.com/%s/tarball/%s/#egg=%s" % (project, version, egg)
DEPENDENCY_LINKS = {
"matrix-angular-sdk": github_link(
project="matrix-org/matrix-angular-sdk",
version="v0.6.6",
egg="matrix_angular_sdk-0.6.6",
),
}

View file

@ -11,8 +11,6 @@ setenv =
commands =
coverage run --source=synapse {envbindir}/trial {posargs:tests}
coverage report -m
install_command =
pip install --process-dependency-links --pre {opts} {packages}
[testenv:packaging]
deps =