We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ec8cc commit 02081caCopy full SHA for 02081ca
ci/test-upload/tox.ini
@@ -4,6 +4,8 @@ skipsdist = True
4
5
[testenv]
6
deps =
7
+ shell-retry == 0.0.8
8
+
9
# These are the packages listed in extras_require in setup.py.
10
# Not using `julia[test]` to avoid installing the test
11
# dependencies from `test.pypi.org`:
@@ -13,6 +15,7 @@ deps =
13
15
mock
14
16
17
commands =
18
+ shell-retry --backoff=2 --interval-max=20 --retry-count=30 --verbose -- \
19
pip install --index-url https://test.pypi.org/simple/ julia==0.4.1.dev
20
21
python -c "from julia import install; install()"
0 commit comments