1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

Update .travis.yml

This commit is contained in:
A Holt 2021-05-19 13:12:08 -04:00 committed by GitHub
parent 49875747e3
commit 1687c41f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ addons:
# - sourceline: ppa:ansible/ansible
packages:
# - python-pip # @arky had used this starting in 2018
# - python3-pip # Modern equivalent (not nec here on Travis?)
# - python3-pip # Modern equivalent (but no need, as pip3 is pre-installed here on Travis)
# - ansible-core # SLOW. WHEN IT WORKS AT ALL. Using 'pip3 install ansible-core' instead (below) is faster and greatly simplifies. Certainly let's try to mimic https://github.com/iiab/iiab/blob/master/scripts/ansible (as it evolves) for linting etc?
# - python3-pymysql # These 7-or-8 packages (below) are not needed during the very rapid --syntax-check (core script, at bottom)
# - python3-psycopg2