* add py37 to travisci

* use dist:xenial for py37

* sudo: true in .travici

* bump websockets version for py37 support and fix unit tests
This commit is contained in:
7
2018-07-03 22:07:08 -07:00
committed by Raphael Deem
parent 9092ee9f0e
commit f9b29fd7e7
7 changed files with 16 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
[tox]
envlist = py35, py36, {py35,py36}-no-ext, flake8, check
envlist = py35, py36, py37, {py35,py36,py37}-no-ext, flake8, check
[testenv]
usedevelop = True
setenv =
{py35,py36}-no-ext: SANIC_NO_UJSON=1
{py35,py36}-no-ext: SANIC_NO_UVLOOP=1
{py35,py36,py37}-no-ext: SANIC_NO_UJSON=1
{py35,py36,py37}-no-ext: SANIC_NO_UVLOOP=1
deps =
coverage
pytest==3.3.2