drop appveyor

- win already tested by GHA
This commit is contained in:
Casper da Costa-Luis 2020-11-16 16:58:55 +00:00
parent f37a43ab95
commit dadb349248
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 1 additions and 18 deletions

View File

@ -1,17 +0,0 @@
build: false
environment:
global:
TOXENV: py
matrix:
- PYVER: 27
- PYVER: 36
- PYVER: 37
#- PYVER: 38
install:
- git fetch --tags
- C:\Python%PYVER%\scripts\pip install -U tox
test_script:
- C:\Python%PYVER%\scripts\tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'

View File

@ -36,7 +36,7 @@ commands =
allowlist_externals = {[coverage]allowlist_externals}
[testenv]
passenv = CI TOXENV CODECOV_* COVERALLS_* CODACY_* HOME DISTUTILS_USE_SDK MSSdk INCLUDE LIB
passenv = CI TOXENV CODECOV_* COVERALLS_* CODACY_* HOME
deps =
{[extra]deps}
cython