mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
7 lines
120 B
YAML
7 lines
120 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
install: pip install -r requirements.txt --use-mirrors
|
|
script: python test.py
|