From 11db2e5b85d071b452d5d35f72d3f16cf356829a Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 1 Aug 2023 17:35:09 -0400 Subject: [PATCH] test number conditions --- .github/workflows/.travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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