Add checks back for Python 2.7 but don't run them with Django 2

This commit is contained in:
Eagllus
2018-02-06 16:14:05 +01:00
parent 3f6c0f76a6
commit 319ab90fab
+6
View File
@@ -5,6 +5,7 @@ services:
- mongodb
python:
- "2.7"
- "3.6"
env:
@@ -12,6 +13,11 @@ env:
- DJANGO=1.11.9
- DJANGO=1.8.18
matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0
sudo: false
addons: