Use the version of "matrix-angular-sdk" hosted on pypi
This commit is contained in:
parent
b62c1395d6
commit
57df6fffa7
|
@ -56,11 +56,6 @@ def github_link(project, version, egg):
|
||||||
return "https://github.com/%s/tarball/%s/#egg=%s" % (project, version, egg)
|
return "https://github.com/%s/tarball/%s/#egg=%s" % (project, version, egg)
|
||||||
|
|
||||||
DEPENDENCY_LINKS = {
|
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 =
|
commands =
|
||||||
coverage run --source=synapse {envbindir}/trial {posargs:tests}
|
coverage run --source=synapse {envbindir}/trial {posargs:tests}
|
||||||
coverage report -m
|
coverage report -m
|
||||||
install_command =
|
|
||||||
pip install --process-dependency-links --pre {opts} {packages}
|
|
||||||
|
|
||||||
[testenv:packaging]
|
[testenv:packaging]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in New Issue