ci: Add python nightlies to test matrix (#1710)

Signed-off-by: Eli Uriegas <seemethere101@gmail.com>
This commit is contained in:
Eli Uriegas
2019-12-25 16:50:31 -08:00
committed by 7
parent 243f240e5f
commit 2b5f8d20de
2 changed files with 16 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
[tox]
envlist = py36, py37, {py36,py37}-no-ext, lint, check, security, docs
envlist = py36, py37, pyNightly, {py36,py37,pyNightly}-no-ext, lint, check, security, docs
[testenv]
usedevelop = True
setenv =
{py36,py37}-no-ext: SANIC_NO_UJSON=1
{py36,py37}-no-ext: SANIC_NO_UVLOOP=1
{py36,py37,pyNightly}-no-ext: SANIC_NO_UJSON=1
{py36,py37,pyNightly}-no-ext: SANIC_NO_UVLOOP=1
deps =
coverage
pytest==5.2.1