Skip to content

Allow fetch.txt with file URLs to validate (#154) #32

Allow fetch.txt with file URLs to validate (#154)

Allow fetch.txt with file URLs to validate (#154) #32

Workflow file for this run

name: tox
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: |
3.7
3.8
3.9
3.10
3.11
- run: sudo apt-get install -qy gettext
- run: pip install --upgrade pip
- run: pip install tox
- run: tox