summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <toleonha@microsoft.com>2018-07-18 10:27:37 -0400
committerTodd Leonhardt <toleonha@microsoft.com>2018-07-18 10:27:37 -0400
commitcd9eee25c98a03a46ddaa98f8e80cfc8cd4d0464 (patch)
tree4d66a99911c9a7bda7d817d7a157bcb207363cba
parent24a21c475af3cdadd21b2e744a6ee534c504ae69 (diff)
downloadcmd2-git-cd9eee25c98a03a46ddaa98f8e80cfc8cd4d0464.tar.gz
Update Contributor's Guide with info that VSTS builds for macOS
VSTS is now running unit tests for Python 3.6.5 on macOS - In the future we will be able to test on multiple versions of Python on macOS using VSTS, but there is currently a limitation to testing with Python installed from Homebrew
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 56cb6ca4..0736d893 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -398,7 +398,7 @@ how to do it.
7. Creating the PR causes our continuous integration (CI) systems to automatically run all of the
unit tests on all supported OSes and all supported versions of Python. You should watch your PR
- to make sure that all unit tests pass on Both TravisCI (Linux) and AppVeyor (Windows).
+ to make sure that all unit tests pass on TravisCI (Linux), AppVeyor (Windows), and VSTS (macOS).
8. If any unit tests fail, you should look at the details and fix the failures. You can then push
the fix to the same branch in your fork and the PR will automatically get updated and the CI system