Skip to content

Commit

Permalink
Add separate builds for select and iocp reactors on Python 2.7
Browse files Browse the repository at this point in the history
Add iocp build to allow_failures section, since some of the
tests are still failing with the iocp reactor.
  • Loading branch information
rodrigc committed Aug 22, 2016
1 parent b3bf0d2 commit 26b278d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
TOXENV: py27-coverage-windows,codecov-publish
TWISTED_REACTOR: "select"
- PYTHON_HOME: C:\\Python27-x64
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
TOXENV: py27-coverage-windows,codecov-publish
TWISTED_REACTOR: "iocp"
- PYTHON_HOME: C:\\PYTHON35-x64
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
Expand All @@ -52,6 +58,9 @@ matrix:
# Some tests are still failing on Python 3.
# These tests will be fixed in separate tickets.
- PYTHON_VERSION: "3.5"
# Some IOCP tests are failing on Appveyor:
# https://twistedmatrix.com/trac/ticket/8679
- TWISTED_REACTOR: "iocp"

install:
# Install OpenSSH through chocolatey
Expand Down

0 comments on commit 26b278d

Please sign in to comment.