django-admin2/.travis.yml
2013-05-19 12:40:26 +02:00

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