Skip to content

Commit 736cca0

Browse files
TEST: Fixed virtualenv environment variable name.
1 parent a61b762 commit 736cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_parrec2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Possible locations of the parrec2nii executable;
1313
BINDIRS = [join(dirname(dirname(dirname(__file__))), 'bin'),
1414
sys.executable,
15-
join(os.environ['VIRTUALENV'],'bin')]
15+
join(os.environ['VIRTUAL_ENV'],'bin')]
1616

1717

1818
AN_OLD_AFFINE = numpy.array(

0 commit comments

Comments
 (0)