mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
11 lines
220 B
Python
11 lines
220 B
Python
# Config file for firefox ui tests run via TaskCluster.
|
|
|
|
config = {
|
|
"find_links": [
|
|
"http://pypi.pub.build.mozilla.org/pub",
|
|
],
|
|
|
|
"pip_index": False,
|
|
|
|
"tooltool_cache": "/builds/tooltool_cache",
|
|
}
|