diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index 328c732..377828a 100644 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -31,11 +31,11 @@ jobs: os: [ubuntu-20.04, ubuntu-22.04] include: - test_number: "0" - test: "pep8" + test: "pep8" - test_number: "0" - test: "bandit" + test: "bandit" - test_number: "0" - test: "docs" + test: "docs" \ No newline at end of file