Skip to content
Snippets Groups Projects

Draft: Implement initial functionality

Closed Martin Matějek requested to merge dev into master
Files
3
+ 1
13
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- test
before_script:
- pip install wheel
- pip install tox
@@ -13,19 +10,10 @@ before_script:
flake8:
<<: *py3_common
stage: test
script:
- tox -q -e lint
mypy:
<<: *py3_common
stage: test
script:
- tox -q -e mypy
allow_failure: true
test_python3:
<<: *py3_common
stage: test
script:
- tox -q -e py310 -- --backend openwrt --backend mock
- tox -q -e py39 -- --backend openwrt --backend mock