Skip to content

Commit

Permalink
CI: Auto-cancel redundant builds (pandas-dev#23523)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored and tm9k1 committed Nov 19, 2018
1 parent ecd96e9 commit 014197a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
version: 2
jobs:

# --------------------------------------------------------------------------
# 1. py36_locale
# --------------------------------------------------------------------------
py36_locale:
build:
docker:
- image: continuumio/miniconda:latest
# databases configuration
Expand Down Expand Up @@ -34,9 +30,3 @@ jobs:
- run:
name: test
command: ./ci/circle/run_circle.sh --skip-slow --skip-network

workflows:
version: 2
build_and_test:
jobs:
- py36_locale

0 comments on commit 014197a

Please sign in to comment.