Skip to content

Commit cd9eee2

Browse files
author
Todd Leonhardt
committed
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
1 parent 24a21c4 commit cd9eee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ how to do it.
398398

399399
7. Creating the PR causes our continuous integration (CI) systems to automatically run all of the
400400
unit tests on all supported OSes and all supported versions of Python. You should watch your PR
401-
to make sure that all unit tests pass on Both TravisCI (Linux) and AppVeyor (Windows).
401+
to make sure that all unit tests pass on TravisCI (Linux), AppVeyor (Windows), and VSTS (macOS).
402402

403403
8. If any unit tests fail, you should look at the details and fix the failures. You can then push
404404
the fix to the same branch in your fork and the PR will automatically get updated and the CI system

0 commit comments

Comments
 (0)