Skip to content

Commit

Permalink
Use python directly for nipnost invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Feb 24, 2021
1 parent 534969c commit e6d4bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ script:
cp ../.coveragerc .
COVER_ARGS="--with-coverage --cover-package nipy"
fi
$PYTHON ../tools/nipnost --verbosity=3 $COVER_ARGS nipy
python ../tools/nipnost --verbosity=3 $COVER_ARGS nipy
fi
after_success:
Expand Down

0 comments on commit e6d4bb2

Please sign in to comment.