Skip to content

Commit

Permalink
Run windows unit tests on prs (#557)
Browse files Browse the repository at this point in the history
* Run windows unit tests as part of checkin tests

* Changelog
  • Loading branch information
dsherry authored Apr 1, 2020
1 parent 83dc3e2 commit 2e0288e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 2e0288e

Please sign in to comment.