From 8f681ba45788be3e13566384e9c42f5695a3ffd4 Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 1 Aug 2023 16:38:45 -0400 Subject: [PATCH] Changing python versions --- .github/workflows/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index 84470eb..a8a0eb1 100644 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -27,7 +27,7 @@ jobs: - run: codecov strategy: matrix: - python-version: ['27', '34', '35', '36', '37', '38' ,'39' ,'310', '311'] + python-version: ['py27', 'py34', 'py35', 'py36', 'py37', 'pep8', 'bandit'] test_number: ['0', '1' , '2'] os: [ubuntu-20.04, ubuntu-22.04]