Browse Source

Remove Python35 from Azure and add Python39

Peter Justin 4 years ago
parent
commit
aef52d5ffb
2 changed files with 5 additions and 3 deletions
  1. 2 2
      .azure-pipelines.yml
  2. 3 1
      MANIFEST.in

+ 2 - 2
.azure-pipelines.yml

@@ -11,14 +11,14 @@ jobs:
 
     strategy:
       matrix:
-        Python35:
-          python.version: '3.5'
         Python36:
           python.version: '3.6'
         Python37:
           python.version: '3.7'
         Python38:
           python.version: '3.8'
+        Python39:
+          python.version: '3.9'
       maxParallel: 4
 
     steps:

+ 3 - 1
MANIFEST.in

@@ -14,7 +14,6 @@ include requirements-dev.txt
 
 graft flaskbb
 graft tests
-graft migrations
 
 prune flaskbb/themes/*/node_modules
 prune flaskbb/themes/*/.sass-cache
@@ -23,3 +22,6 @@ prune flaskbb/themes/*/src/*
 global-exclude __pycache__
 global-exclude *.py[co]
 global-exclude *.sw[a-z]
+global-exclude *.log
+global-exclude .directory
+global-exclude .coverage