Drop pypy3 from testing

This commit is contained in:
Gavin M. Roy 2018-11-26 15:47:01 -05:00
parent b1459e3305
commit 33f3e20a5a
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ python:
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7 - 3.7
- pypy3
install: install:
- pip install -e . - pip install -e .
- pip install -r test-requirements.txt - pip install -r test-requirements.txt

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35,py36,py37,pypy3,tornado43,torando51 envlist = py35,py36,py37,tornado43,torando51
toxworkdir = {toxinidir}/build/tox toxworkdir = {toxinidir}/build/tox
skip_missing_intepreters = true skip_missing_intepreters = true