forked from MirrorHub/synapse
Use the version of "matrix-angular-sdk" hosted on pypi
This commit is contained in:
parent
b62c1395d6
commit
57df6fffa7
2 changed files with 0 additions and 7 deletions
|
@ -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",
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue