Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorbasson committed Feb 6, 2020
1 parent bf694ad commit f070b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ script:
| while read func class etc; do
class="${class//[()]/}";
class="${class%.*}:${class##*.}";
python3 -m nose -v "$class.$func";
nosetests -v "$class.$func";
done || ( echo "$s" >> "script-failures.log" );
if [ -e "script-failures.log" ]; then
exit 1;
Expand Down

0 comments on commit f070b71

Please sign in to comment.