We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fd6d6 commit 4a825a3Copy full SHA for 4a825a3
singularity/testing/run_tests.sh
@@ -11,5 +11,4 @@ if [ "$#" -ne 2 ]; then
11
fi
12
13
cd $TEST_RUN_FOLDER
14
-python2 nosetests --verbosity=3 --with-doctest --with-coverage --nocapture --cover-package=singularity $TESTDIR/test_package.py
15
-python3 nosetests --verbosity=3 --with-doctest --with-coverage --nocapture --cover-package=singularity $TESTDIR/test_package.py
+nosetests --verbosity=3 --with-doctest --with-coverage --nocapture --cover-package=singularity $TESTDIR/test_package.py
0 commit comments