mirror of
https://github.com/nikdoof/businesshours.git
synced 2025-12-24 23:29:26 +00:00
9 lines
153 B
YAML
9 lines
153 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
install:
|
|
- "pip install coverage"
|
|
script:
|
|
- "coverage run --source=businesshours setup.py test"
|