Initial upload: DataForge CLI with full documentation and tests

This commit is contained in:
2026-02-03 04:17:04 +00:00
parent aff30191fc
commit c95f58101c

14
.travis.yml Normal file
View 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