mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 08:38:12 +08:00
Removes python 3.6 testing
Removes django 1.11 testing Adds python 3.8 testing
This commit is contained in:
+1
-7
@@ -5,18 +5,12 @@ services:
|
||||
- mongodb
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
env:
|
||||
- DJANGO=3.0.2
|
||||
- DJANGO=2.2.9
|
||||
- DJANGO=1.11.27
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.7"
|
||||
env: DJANGO=1.11.27
|
||||
|
||||
sudo: true
|
||||
dist: xenial
|
||||
|
||||
Reference in New Issue
Block a user