mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
7 lines
No EOL
161 B
YAML
7 lines
No EOL
161 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
- "pip install -e ."
|
|
script: manage.py test dpaste --settings=dpaste.settings |