django-admin2/.travis.yml
Daniel Greenfeld f3da1352f9 fix #80
2013-05-19 10:23:38 +02:00

10 lines
201 B
YAML

language: python
python:
- "2.7"
before_install:
- export PIP_USE_MIRRORS=true
- export PIP_INDEX_URL=https://simple.crate.io/
install:
- python setup.py develop
script:
- python runtests.py