Handle Chrome preconnect (Fixes #8)

This commit is contained in:
Ricardo Mendonça Ferreira
2020-06-15 16:54:43 -03:00
committed by Miguel Grinberg
parent c5e1873523
commit 125af4b4a9
3 changed files with 91 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py35,py36,py37,py38upy
envlist=flake8,py36,py37,py38,py39,upy
skipsdist=True
skip_missing_interpreters=True
@@ -12,12 +12,12 @@ commands=
coverage erase
deps=coverage
basepython=
flake8: python3.7
py35: python3.5
flake8: python3.8
py36: python3.6
py37: python3.7
py38: python3.8
upy: python3.7
py39: python3.9
upy: python3.8
[testenv:flake8]
deps=