From 79446ad3565b5ed01955799d97852862d132907a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 9 Nov 2018 16:58:58 +0000 Subject: [PATCH] Bug 1504376 [wpt PR 13866] - Delete appveyor.yml, a=testonly Automatic update from web-platform-testsDelete appveyor.yml (#13866) -- wpt-commits: 3051abb292fe91e74718f81c3dd1914c0ff53eb0 wpt-pr: 13866 --- testing/web-platform/tests/tools/appveyor.yml | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 testing/web-platform/tests/tools/appveyor.yml diff --git a/testing/web-platform/tests/tools/appveyor.yml b/testing/web-platform/tests/tools/appveyor.yml deleted file mode 100644 index b0cedd5c78fb..000000000000 --- a/testing/web-platform/tests/tools/appveyor.yml +++ /dev/null @@ -1,32 +0,0 @@ -environment: - global: - HYPOTHESIS_PROFILE: ci - matrix: - - PYTHON: 'C:\\Python27' - - PYTHON: 'C:\\Python35' - - PYTHON: 'C:\\Python36' - -# Needed to make py.test believe our top level can be imported (we -# otherwise end up in a wpt-tools directory, and of course you cannot -# import a name including a hyphen in Python, so it ignores the fact -# we have a __init__.py at the top level). -clone_folder: 'C:\projects\wpttools' - -init: - - 'git config --global core.autocrlf true' - -install: - - 'rm .git\index' - - 'git reset --hard' - - 'SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%' - - 'git submodule update --init --recursive' - - 'python.exe -m pip install tox codecov' - -build: off - -test_script: - - 'tox -e py' - -on_success: - - 'coverage combine' - - 'codecov'