Commit cec26949 authored by Matt Wala's avatar Matt Wala
Browse files

List installed packages before testing.

parent a6132ded
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ source "$MINICONDA_INSTALL_DIR/bin/activate" testing

conda install --quiet --yes pytest

conda list

# }}}

PY_EXE=python