ref: 2a3f08fff8644f21aa98e6876357019aef838ed0
parent: 538eadaa4c679af66ffde70924e185c6ea64738d
author: Paul Brossier <piem@piem.org>
date: Mon Oct 1 08:34:12 EDT 2018
.circleci/config.yml: remove simple macos config
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -66,18 +66,6 @@
- store_artifacts:
path: dist/
- build-macos93:
- macos:
- xcode: "9.3.0"
- steps:
- - checkout
- - run: *pip-install
- - run: *build-wheel
- - run: *install-wheel
- - run: *test-nose2
- - store_artifacts:
- path: dist/
-
workflows:
version: 2
@@ -86,4 +74,3 @@
- build-27
- build-36
- build-37
- - build-macos93