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:
parent
deb211cf13
commit
8a14c6d67d
3 changed files with 21 additions and 27 deletions
6
tox.ini
6
tox.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue