Commit 0e544e66 authored by Jason Swails's avatar Jason Swails
Browse files

Clean up conda environment

parent cc03b10c
...@@ -37,4 +37,8 @@ make PythonInstall ...@@ -37,4 +37,8 @@ make PythonInstall
# Now run the tests # Now run the tests
python -m simtk.testInstallation python -m simtk.testInstallation
cd python/tests && py.test -v cd python/tests && py.test -v
python devtools/run-ctest.py --start-time $START_TIME python devtools/run-ctest.py --start-time $START_TIME
\ No newline at end of file
# Now remove the conda environment
source deactivate
conda remove -yn ${CONDAENV} --all --quiet
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment