Skip to content

Merge pull request #58 from paulc/revert-51-patch-1 #57

Merge pull request #58 from paulc/revert-51-patch-1

Merge pull request #58 from paulc/revert-51-patch-1 #57

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, '3.x']
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: |
pwd
export PYTHONPATH=$(pwd)
python -m dnslib.__init__
python dnslib/__init__.py
python dnslib/bimap.py
python dnslib/bit.py
python dnslib/buffer.py
python dnslib/label.py
python dnslib/dns.py
python dnslib/lex.py
python dnslib/server.py
python dnslib/digparser.py
python dnslib/ranges.py -
python dnslib/test_decode.py
python fuzz.py