diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-07-13 08:32:46 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-07-13 08:32:46 -0600 |
commit | 564be3ce6b48ec4c97fdbc9f4ae6f2597d827374 (patch) | |
tree | e55e266a2ad0e80bbd9098e3cb3ab5d12cc64594 /shippable.yml | |
parent | d3efddb32e7ff594b140837ad53d50c4400045af (diff) | |
download | numpy-564be3ce6b48ec4c97fdbc9f4ae6f2597d827374.tar.gz |
TST: Try to disable shippable on all branches.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shippable.yml b/shippable.yml index 1f978ce70..7dc433cf3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ branches: - only: - # - master + except: + - master - maintenance/* language: python |