use specific pypy versions for travis xenial

remove 3.6 from appveyor, reduce in tox
remove deprecated travis feature "sudo: false"
split docs and devel,lowest travis envs
remove osx py2 env in attempt to finish faster
move travis matrix to python key
This commit is contained in:
David Lord 2019-01-06 07:52:03 -08:00
parent deb211cf13
commit 8a14c6d67d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 21 additions and 27 deletions

View file

@ -1,9 +1,9 @@
[tox]
envlist =
py{37,36,35,34,27,py}
py{37,36,27,py}-simplejson
py{37,36,27,py}-devel
py{37,36,27,py}-lowest
py{37,27,py}-simplejson
py{37,27,py}-devel
py{37,27,py}-lowest
docs-html
coverage-report