Skip to content

Commit

Permalink
remove appveyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed May 6, 2019
1 parent 63c8ec4 commit 0702415
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,6 @@ environment:
# a later point release.
# See: http://www.appveyor.com/docs/installed-software#python
matrix:
- PYTHON_HOME: C:\\Python27-x64
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
TOXENV: py27-alldeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "select"
- PYTHON_HOME: C:\\PYTHON36-x64
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
TOXENV: py36-alldeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "select"
- PYTHON_HOME: C:\\PYTHON37-x64
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
TOXENV: py37-alldeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "select"
- PYTHON_HOME: C:\\PYTHON37-x64
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
TOXENV: py37-nodeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "select"

# IOCPReactor tests
- PYTHON_HOME: C:\\Python27-x64
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
TOXENV: py27-alldeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "iocp"
- PYTHON_HOME: C:\\PYTHON36-x64
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
TOXENV: py36-alldeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "iocp"
- PYTHON_HOME: C:\\PYTHON37-x64
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
TOXENV: py37-alldeps-withcov-windows,coverage-prepare,codecov-push,coveralls-push
TWISTED_REACTOR: "iocp"

- PYTHON_HOME: C:\\PYTHON36-x64
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
Expand Down

0 comments on commit 0702415

Please sign in to comment.