💚 Update dev dependencies and CI scripts
This commit is contained in:
parent
5d7eb2285d
commit
bf50faeacc
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ matrix:
|
|||
|
||||
install:
|
||||
- pip install flit
|
||||
- flit install --symlink
|
||||
- flit install --deps=develop --symlink
|
||||
|
||||
script:
|
||||
- bash scripts/test.sh
|
||||
|
|
|
@ -37,7 +37,8 @@ Documentation = "https://typer.tiangolo.com/"
|
|||
|
||||
[tool.flit.metadata.requires-extra]
|
||||
test = [
|
||||
"pytest >=4.0.0",
|
||||
"click-completion",
|
||||
"pytest >=4.4.0",
|
||||
"pytest-cov",
|
||||
"coverage",
|
||||
"pytest-xdist",
|
||||
|
|
Loading…
Reference in a new issue