Skip to content

Commit

Permalink
reorg config no_coverage needed
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Dec 15, 2018
1 parent dc5b9ed commit 74761cf
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ jobs:
macos_vcs_py2:
macos:
xcode: "9.2.0"
filters:
branches:
ignore:
- master
environment:
WORKDIR: "workspace/test_macos_vcs_py2"
OS: "osx-64"
Expand All @@ -141,10 +137,6 @@ jobs:
macos_vcs_py3:
macos:
xcode: "9.2.0"
filters:
branches:
ignore:
- master
environment:
WORKDIR: "workspace/test_macos_vcs_py3"
OS: "osx-64"
Expand Down Expand Up @@ -178,7 +170,6 @@ jobs:
- run: *create_conda_env
- run: *setup_vcs
- run: *run_vcs_tests
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand All @@ -187,10 +178,6 @@ jobs:
destination: tests_png

linux_vcs_py3:
filters:
branches:
ignore:
- master
machine:
image: circleci/classic:latest
environment:
Expand All @@ -207,6 +194,7 @@ jobs:
- run: *setup_vcs
- run: *run_vcs_tests
- run: *run_coveralls
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand Down

0 comments on commit 74761cf

Please sign in to comment.