mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
add pytap2 and a quick int check after installing on ci
This commit is contained in:
1 parent
6d2a187d38
commit
da37d77d67
2 files changed
+2
No files matched your search
@@ -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
|
||||
|
||||
@@ -8,3 +8,4 @@ pylint
|
||||
pytest
|
||||
pytest-cov
|
||||
pyyaml
|
||||
pytap2
|
||||
Reference in new issue
Block a user