Skip to content

Commit 4a825a3

Browse files
committed
modified: singularity/testing/run_tests.sh
1 parent 94fd6d6 commit 4a825a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

singularity/testing/run_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ if [ "$#" -ne 2 ]; then
1111
fi
1212

1313
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
14+
nosetests --verbosity=3 --with-doctest --with-coverage --nocapture --cover-package=singularity $TESTDIR/test_package.py

0 commit comments

Comments
 (0)