1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
language: python python: - "2.7" - "3.4" env: - DJANGO_VERSION=1.4 - DJANGO_VERSION=1.7 - DJANGO_VERSION=1.8 matrix: exclude: - python: 3.4 - env: DJANGO_VERSION=1.4 script: - python setup.py test install: - make install-deps notifications: email: false irc: "irc.freenode.org#xelnext"