Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
upda
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Apr 24, 2020
1 parent b819b46 commit 6ae3e72
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ workflows:
name: "Windows (Python 3.7)"
- mac:
name: "MacOS (Python 3.7)"
- last:
requires: test

jobs:
test:
Expand Down Expand Up @@ -85,11 +83,3 @@ jobs:
name: Run tests
command: |
python3 -m tox -v -e py37
last:
docker:
- image: << parameters.image >>
steps:
- run:
name: Notify
command: |
curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$CIRCLE_BUILD_NUM&payload[status]=done"

0 comments on commit 6ae3e72

Please sign in to comment.