From 2e0288ef21de2b1c080da3c295bdea0f7eea2264 Mon Sep 17 00:00:00 2001 From: Dylan Sherry Date: Wed, 1 Apr 2020 11:48:53 -0400 Subject: [PATCH] Run windows unit tests on prs (#557) * Run windows unit tests as part of checkin tests * Changelog --- .circleci/config.yml | 9 --------- docs/source/changelog.rst | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6f6d7e9b8..1cc85f253f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -252,21 +252,12 @@ workflows: - win_unit_tests: name: "windows python 3.6 unit tests" python_version: "3.6" - filters: - branches: - only: master - win_unit_tests: name: "windows python 3.7 unit tests" python_version: "3.7" - filters: - branches: - only: master - win_unit_tests: name: "windows python 3.8 unit tests" python_version: "3.8" - filters: - branches: - only: master check_dependencies_updated_linux: jobs: - check_dependencies_updated_linux: diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 54f84a3259..abf16c90da 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -27,6 +27,7 @@ Changelog * Added automated dependency check PR :pr:`482`, :pr:`505` * Updated automated dependency check comment :pr:`497` * Have build_docs job use python executor, so that env vars are set properly :pr:`547` + * Run windows unit tests on PRs :pr:`557` .. warning:: **Breaking Changes**