@ -11,7 +11,7 @@ molecule_tests:
- tests/scripts/rebase.sh
- tests/scripts/rebase.sh
- apt-get update && apt-get install -y python3-pip
- apt-get update && apt-get install -y python3-pip
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- python -m pip uninstall -y ansible
- python -m pip uninstall -y ansible ansible-base ansible-core
- python -m pip install -r tests/requirements.txt
- python -m pip install -r tests/requirements.txt
- ./tests/scripts/vagrant_clean.sh
- ./tests/scripts/vagrant_clean.sh
script:
script:
@ -38,7 +38,7 @@ molecule_tests:
before_script:
before_script:
- apt-get update && apt-get install -y python3-pip
- apt-get update && apt-get install -y python3-pip
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- python -m pip uninstall -y ansible
- python -m pip uninstall -y ansible ansible-base ansible-core
- python -m pip install -r tests/requirements.txt
- python -m pip install -r tests/requirements.txt
- ./tests/scripts/vagrant_clean.sh
- ./tests/scripts/vagrant_clean.sh
script:
script: