mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
8 lines
124 B
YAML
8 lines
124 B
YAML
language: python
|
|
python: "2.7"
|
|
|
|
install:
|
|
- "pip install ."
|
|
- "pip install -r dev_requirements.txt"
|
|
|
|
script: py.test
|