Skip to content

Commit

Permalink
Test: Add Sanic 19.06 to tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjr0719 committed Jun 28, 2019
1 parent cbf0f5b commit 8ad28cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down

0 comments on commit 8ad28cf

Please sign in to comment.