10.10 special

This commit is contained in:
Amber Brown (HawkOwl) 2016-09-25 08:04:22 +08:00
parent db20275c24
commit f34739ffce
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,8 @@
; * nocov - run the tests directly, without using the coverage wrapper.
; * wheel - build the wheel distribution
; * posix - prepare the tests to be run in a Linux/Unix/macOS environment.
; * macos - prepare the tests to be run in a macOS environment (superset of posix)
; * macos - prepare the tests to be run in a OS X 10.11+ environment (superset of posix)
; * macos1010 - prepare the tests to be run in a OS X 10.10 environment (superset of posix)
; * windows - prepare the tests to be executed under Windows.
;
; Some tags are defined only while transitioning to an updated Buildbot and
@ -56,9 +57,13 @@ deps =
py27-{alldeps,tests,coverage}: soappy
windows: pypiwin32
{alldeps,tests}-macos: pyobjc-core
{alldeps,tests}-macos: pyobjc-framework-cfnetwork
{alldeps,tests}-macos1010: pyobjc-core==3.0.4
{alldeps,tests}-macos1010: pyobjc-framework-cfnetwork==3.0.4
{withcov,coverage}: coverage
codecov-publish: codecov