From 1687c41f130d890a92e1e5798b7849ffffaf7ea2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 19 May 2021 13:12:08 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83c8131d5..437473442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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