Split AppVeyor test runs in multiple jobs to avoid timeout issues

Some of our builds have been timing out (over 1 hour),
on AppVeyor
This commit is contained in:
Bruno Oliveira
2016-07-04 21:50:05 -03:00
parent f74dd8550f
commit 10c5e6fd9c
2 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
[tox]
minversion=2.0
distshare={homedir}/.tox/distshare
# make sure to update enviroment list on appveyor.yml
envlist=
linting,py26,py27,py33,py34,py35,pypy,
{py27,py35}-{pexpect,xdist,trial},