Files
dataforge-cli/.travis.yml
7000pctAUTO 0ca5031392
Some checks failed
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test-minimal (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Fix CI/CD issues: linting errors and test file corruption
2026-02-03 05:13:47 +00:00

20 lines
251 B
YAML

language: python
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
install:
- pip install -e ".[dev]"
script:
- pytest -v
- ruff check .
- black --check .
- mypy dataforge/ --ignore-missing-imports
after_success:
- coveralls