Commit 6ea54bc5 authored by Matt Wala's avatar Matt Wala
Browse files

Move list command after potential pip installs.

parent cec26949
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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