Skip to content

Commit

Permalink
Retry installing pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 7, 2020
1 parent c6318fa commit c1db3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ deps =
next: git+https://github.com/ansible/ansible.git@devel
docker
molecule
commands =
i=0 ; until [ $i -gt 2 ] ; do molecule test ; ((i++)) ; done
install_command = pip install --retries 10 {packages}
commands = molecule test
setenv =
TOX_ENVNAME={envname}
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}
Expand Down

0 comments on commit c1db3a5

Please sign in to comment.