mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-22 17:10:30 +00:00
10 lines
209 B
YAML
10 lines
209 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
before_install:
|
|
- export PIP_USE_MIRRORS=true
|
|
- export PIP_INDEX_URL=https://simple.crate.io/
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python runtests.py
|