django-admin2/.travis.yml
2013-07-16 20:50:44 +02:00

14 lines
319 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:
- coverage run runtests.py
after_success:
- coverage report
- pip install --quiet --use-mirrors python-coveralls
- coveralls