Files
django-eveigb/.travis.yml

19 lines
442 B
YAML

language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --ignore=E501,E225 eveigb"
script:
- python setup.py test