Add Flit and change namer
This commit is contained in:
parent
50db7b8cb2
commit
f188724d4b
13 changed files with 138 additions and 119 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -30,11 +30,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install --upgrade --requirement dev-requirements.txt
|
||||
pip install --upgrade .
|
||||
pip install --upgrade './[dev]'
|
||||
|
||||
- name: Check code and formatting
|
||||
run: scripts/check-python.sh .
|
||||
run: scripts/check-python.sh . tests
|
||||
|
||||
- name: Run tests
|
||||
run: python3 -m pytest --doctest-modules --cov=. --cov-report=xml --junit-xml pytest.xml --asyncio-mode=strict || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue