💚 Update dev dependencies and CI scripts

This commit is contained in:
Sebastián Ramírez 2020-01-05 21:07:26 +01:00
parent 5d7eb2285d
commit bf50faeacc
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ matrix:
install:
- pip install flit
- flit install --symlink
- flit install --deps=develop --symlink
script:
- bash scripts/test.sh

View file

@ -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",