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:
parent
49875747e3
commit
1687c41f13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue