Handle Chrome preconnect (Fixes #8)
This commit is contained in:
committed by
Miguel Grinberg
parent
c5e1873523
commit
125af4b4a9
8
tox.ini
8
tox.ini
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user