Files
dromara--domain-admin/.travis.yml
T
2026-07-13 12:31:34 +08:00

12 lines
179 B
YAML

language: python
python:
- "3.8"
- "3.9"
# command to install dependencies
install:
- pip install -r requirements/development.txt
# command to run tests
script:
- pytest