diff --git a/.travis.yml b/.travis.yml index 55ef4f2..0ed3231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,12 @@ env: - DJANGO=1.11 - DJANGO=2.0 - DJANGO=2.1 +matrix: + exclude: + - python: "2.7" + env: DJANGO=2.0 + - python: "2.7" + env: DJANGO=2.1 install: - pip install django==${DJANGO} Pillow psycopg2 - pip install .