remove cat

This commit is contained in:
Vincent Poulailleau 2020-08-02 21:35:03 +02:00
parent 8d26f52f35
commit da55cc9729
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ allowlist_externals =
poetry
echo
sed
cat
cp
changedir = {toxinidir}/tests
commands =
@ -57,7 +56,6 @@ commands =
echo 'fix codeclimate bug, use relative path'
sed --in-place -e 's#/home.*vpoulailleau/padpo/##g' coverage.xml
cp coverage.xml ../coverage.xml
cat ../coverage.xml
"""
[build-system]