Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: Dry-run for testing
  • Loading branch information
effigies committed May 20, 2018
commit d3374eb9091dc7f5a05655bd2936744d3ae9cede
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
command: |
pip install twine future
python setup.py sdist bdist_wheel
twine upload dist/*
# twine upload dist/*

workflows:
version: 2
Expand Down Expand Up @@ -368,11 +368,11 @@ workflows:
- test_py3_fmri_fsl_spm
- test_py3_fmri_spm_dartel_multiproc
- deploy_pypi:
filters:
branches:
ignore: /.*/
tags:
only: /.*/
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /.*/
requires:
- test_pytest
- test_fmri_spm_nested_fsl_feeds
Expand Down