Skip to content

Commit

Permalink
removed minor version from the nosetest binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
wikier committed Nov 3, 2015
1 parent 609961a commit 1207f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_tests_py3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd build/py3_testing

2to3-$PYTHON_VERSION -wn --no-diffs test

nosetests-$PYTHON_VERSION
nosetests3

cd ../..

2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [[ $PYTHON_VERSION == 3.* ]] ;
then
. run_tests_py3.sh
else
nosetests-$PYTHON_VERSION
nosetests
fi

0 comments on commit 1207f88

Please sign in to comment.