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 c59c771 commit 81eb758Copy full SHA for 81eb758
.travis/build_and_test.sh
@@ -6,8 +6,8 @@ git config --global --add safe.directory /root/ansible_collections/ibm/ibm_zos_c
6
7
pip install -r /root/ansible_collections/ibm/ibm_zos_cics/dev-requirements.txt
8
9
-# ansible-lint requires python >= 3.8
10
-if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ]; then
+# ansible-lint requires python >= 3.9
+if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ] && [ "$TRAVIS_PYTHON_VERSION" != "3.8" ]; then
11
echo ""
12
echo "##########################################################"
13
echo "###################### Ansible-lint ######################"
0 commit comments