Adding upstream version 2.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d1aeef90c9
commit
d8a70e48ab
56 changed files with 3865 additions and 0 deletions
15
appveyor.yml
Normal file
15
appveyor.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python36"
|
||||
- PYTHON: "C:\\Python37"
|
||||
|
||||
build: off
|
||||
|
||||
before_test:
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- pip install -r requirements-dev.txt
|
||||
- pip install -e .
|
||||
test_script:
|
||||
- pytest --cov-report= --cov=cli_helpers
|
||||
- coverage report
|
||||
- codecov
|
Loading…
Add table
Add a link
Reference in a new issue