Remove build for py3.4/Django1.4

This commit is contained in:
Raphaël Barrois
2015-07-02 16:41:58 +02:00
parent d4b11313a3
commit d0a5f7cba1

View File

@@ -1,13 +1,17 @@
language: python
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
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