Disable pypy on AppVeyor until #1963 gets fixed

This commit is contained in:
Bruno Oliveira 2016-09-25 23:21:37 -03:00
parent 01068e5571
commit da201c7d29
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ environment:
matrix: matrix:
# create multiple jobs to execute a set of tox runs on each; this is to workaround having # create multiple jobs to execute a set of tox runs on each; this is to workaround having
# builds timing out in AppVeyor # builds timing out in AppVeyor
- TOXENV: "linting,py26,py27,py33,py34,py35,pypy" # pypy is disabled until #1963 gets fixed
- TOXENV: "linting,py26,py27,py33,py34,py35"
- TOXENV: "py27-pexpect,py27-xdist,py27-trial,py35-pexpect,py35-xdist,py35-trial" - TOXENV: "py27-pexpect,py27-xdist,py27-trial,py35-pexpect,py35-xdist,py35-trial"
- TOXENV: "py27-nobyte,doctesting,freeze,docs" - TOXENV: "py27-nobyte,doctesting,freeze,docs"