Update CI
authorXhmikosR <redacted>
Sat, 12 Mar 2022 05:47:29 +0000 (07:47 +0200)
committerXhmikosR <redacted>
Sat, 12 Mar 2022 08:22:11 +0000 (10:22 +0200)
* drop Python 3.5
* add pip caching back
* run makeHosts.py too

.github/workflows/ci.yml
readme_template.md

index eaf451632ccfb482a4e5b309c83448d3b59613e9..c8467f36412355294bb122f6a98053c5faf831d7 100644 (file)
@@ -14,7 +14,6 @@ jobs:
       fail-fast: false
       matrix:
         python:
-          - '3.5'
           - '3.6'
           - '3.7'
           - '3.8'
@@ -33,6 +32,7 @@ jobs:
         uses: actions/setup-python@v3
         with:
           python-version: ${{ matrix.python }}
+          cache: pip
 
       - name: Print versions
         run: |
@@ -45,5 +45,8 @@ jobs:
       - name: Run lint
         run: flake8
 
+      - name: Run makeHosts.py
+        run: python makeHosts.py
+
       - name: Run tests
         run: python testUpdateHostsFile.py
index b898a2159becceae11c7a3cb4e7753cf0e4fedea..8098f1a37c16daae1914ccdc854e4372fcdacbd2 100644 (file)
@@ -81,7 +81,7 @@ docker run -it (containerid) bash
 
 ### Option 2: Generate it in your own environment
 
-To generate your own amalgamated hosts files you will need Python 3.5 or later.
+To generate your own amalgamated hosts files you will need Python 3.6 or later.
 
 First, install the dependencies with:
 
git clone https://git.99rst.org/PROJECT