mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 08:18:12 +08:00
Add checks back for Python 2.7 but don't run them with Django 2
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user