add pytap2 and a quick int check after installing on ci

This commit is contained in:
Mike Kinney
2021-12-06 23:11:41 -08:00
parent 6d2a187d38
commit da37d77d67
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
meshtastic --version
- name: Run pylint
run: pylint --exit-zero meshtastic
- name: Run tests with pytest

View File

@@ -8,3 +8,4 @@ pylint
pytest
pytest-cov
pyyaml
pytap2