Loading build-and-test-py-project-within-miniconda.sh +2 −2 Original line number Diff line number Diff line Loading @@ -34,14 +34,14 @@ source "$MINICONDA_INSTALL_DIR/bin/activate" testing conda install --quiet --yes pytest conda list # }}} PY_EXE=python ${PY_EXE} setup.py install conda list TESTABLES="" if [ -d test ]; then cd test Loading Loading
build-and-test-py-project-within-miniconda.sh +2 −2 Original line number Diff line number Diff line Loading @@ -34,14 +34,14 @@ source "$MINICONDA_INSTALL_DIR/bin/activate" testing conda install --quiet --yes pytest conda list # }}} PY_EXE=python ${PY_EXE} setup.py install conda list TESTABLES="" if [ -d test ]; then cd test Loading