Initial upload: DataForge CLI with full documentation and tests
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.8"
|
||||||
|
- "3.9"
|
||||||
|
- "3.10"
|
||||||
|
- "3.11"
|
||||||
|
- "3.12"
|
||||||
|
install:
|
||||||
|
- pip install -e ".[dev]
|
||||||
|
script:
|
||||||
|
- pytest -v
|
||||||
|
- pytest --cov=dataforge
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
Reference in New Issue
Block a user