Skip to content

Commit

Permalink
Merge pull request #115 from effigies/ci/fix_packaging_test
Browse files Browse the repository at this point in the history
CI: Fix packaging test
  • Loading branch information
effigies authored Oct 7, 2019
2 parents 5b519b1 + 8746703 commit 9b0ac21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ jobs:
- /tmp/ds005/derivatives/freesurfer

test_pytest:
machine:
image: circleci/classic:201711-01
docker:
- image: circleci/python:latest
working_directory: /home/circleci/src/smriprep
steps:
- checkout
Expand All @@ -173,8 +173,7 @@ jobs:
- run:
name: Setup Python environment
command: |
pyenv global 3.5.2
pip install --upgrade "setuptools>=30.3.0" "pip>=18.1" twine docutils
pip install --user --upgrade "setuptools>=30.3.0" "pip>=18.1" twine docutils
- run:
name: Check PyPi preconditions
command: |
Expand All @@ -183,7 +182,7 @@ jobs:
- run:
name: Install sMRIPrep
no_output_timeout: 30m
command: pip install ".[test]"
command: pip install --user ".[test]"
- run:
name: Run sMRIPrep tests
no_output_timeout: 2h
Expand Down

0 comments on commit 9b0ac21

Please sign in to comment.