summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c74dc650fa621153f6c04efcb79697ae8e966d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python

python:
  - "2.7"
  - "3.4"
  - "3.5"
env:
  - DJANGO_VERSION=1.8
  - DJANGO_VERSION=1.9

script:
  - python setup.py test

install:
  - make install-deps

notifications:
  email: false
  irc: "irc.freenode.org#xelnext"