Skip to content

Merge pull request #163 from dnstwister/dependabot/pip/dnspython-2.6.1 #62

Merge pull request #163 from dnstwister/dependabot/pip/dnspython-2.6.1

Merge pull request #163 from dnstwister/dependabot/pip/dnspython-2.6.1 #62

Workflow file for this run

name: Build dnstwister
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
pipenv install --dev
- name: Test with pytest
run: |
pipenv run py.test