From 8ad28cf937555a2e2c2144358e47faf2c4b41a8a Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 28 Jun 2019 16:07:08 +0800 Subject: [PATCH] Test: Add Sanic 19.06 to tox env --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 790f007..c904ff7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,27 +1,27 @@ [tox] - -envlist = {py35, py36, py37}-sanic{lts, 19.03.1}, check +envlist = py35-sanic{lts, 19.03.1}, {py36, py37}-sanic{lts, 19.03.1, 19.06.0}, check [travis] - python = 3.5: py35 3.6: py36, check 3.7: py37 -[testenv] +[testenv] deps = saniclts: sanic==18.12.0 saniclts: aiohttp==3.5.4 sanic19.03.1: sanic==19.03.1 sanic19.03.1: aiohttp==3.5.4 + sanic19.06.0: sanic==19.06.0 commands = pip install -e .['test'] pytest tests/ {posargs} + [testenv:check] deps = black==19.3b0