Always run tests against python 3.8

This commit is contained in:
Swen Kooij 2019-10-20 17:56:18 +03:00
parent 82a6efcffe
commit 2bcab4d83a
2 changed files with 2 additions and 1 deletions

View File

@ -74,4 +74,5 @@ workflows:
build: build:
jobs: jobs:
- test-python37 - test-python37
- test-python38
- analysis - analysis

View File

@ -11,4 +11,4 @@ pytest-cov==2.8.1
dj-database-url==0.4.2 dj-database-url==0.4.2
django-autoslug==1.9.3 django-autoslug==1.9.3
django-bleach==0.3.0 django-bleach==0.3.0
psycopg2==2.7.3.2 psycopg2==2.8.4