Skip to content

Commit 4e10801

Browse files
committed
DOC: Update testing instructions [skip ci]
1 parent 9e127cf commit 4e10801

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/devel/testing_nipype.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,15 @@ Testing Nipype using Docker
9090
Nipype is tested inside Docker containers and users can use nipype images to test local versions.
9191
First, install the `Docker Engine <https://docs.docker.com/engine/installation/>`_.
9292
Nipype has one base docker image called nipype/nipype:base, that contains several useful tools
93-
(FreeSurfer, AFNI, FSL, ANTs, etc.), and additional test images
94-
for specific Python versions: py27 for Python 2.7 and py36 for Python 3.6.
93+
(FreeSurfer, AFNI, FSL, ANTs, etc.), and an additional test image for Python 3.8:
9594

96-
Users can pull the nipype image for Python 3.6 as follows::
95+
Users can pull the nipype image for Python 3.8 as follows::
9796

98-
docker pull nipype/nipype:py36
97+
docker pull nipype/nipype:py38
9998

10099
In order to test a local version of nipype you can run test within container as follows::
101100

102-
docker run -it -v $PWD:/src/nipype --rm nipype/nipype:py36 py.test -v --doctest-modules /src/nipype/nipype
101+
docker run -it -v $PWD:/src/nipype --rm nipype/nipype:py38 py.test -v --doctest-modules /src/nipype/nipype
103102

104103

105104
Additional comments

0 commit comments

Comments
 (0)