Test scripts should not hard-wire python executable

Issue #18 resolved
Prof Garth Wells created an issue

To test with py2 and py3, the tests scripts should not hard-wire the Python interpreter.

Comments (2)

  1. Martin Sandve Alnæs

    pipelines already use py.test-3, now the shell scripts use $PYTHON if available. Considering this solved, otherwise more details needed.

  2. Log in to comment