mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
7 lines
131 B
YAML
7 lines
131 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
install:
|
||
|
- "pip install -r requirements.txt"
|
||
|
- "pip install ."
|
||
|
script: manage.py test dpaste
|