aboutsummaryrefslogtreecommitdiff
blob: 4aa14f7a4cd865fae1d25bf25dc537bae4a3dbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
python:
  - "2.7"
env:
  - DJANGO_VERSION=1.5
install:
  - pip install -r requirements.txt --use-mirrors
  - pip install coveralls --use-mirrors
branches:
  only:
    - master
script: coverage run manage.py test --settings=okupy.tests.settings
after_success:
  - coveralls
notifications:
  email:
    recipients:
      - okupy@gentoo.org