language: python env: - DJANGO_VERSION=1.4 - DJANGO_VERSION=1.6 - DJANGO_VERSION=1.8 python: - "2.7" - "3.4" script: - python setup.py test install: - make install-deps notifications: email: false irc: "irc.freenode.org#xelnext"