From c4fe915edce5c6d5d7a32e4d200aa2a790d9d782 Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 29 Aug 2023 15:08:09 -0400 Subject: [PATCH] Actions file name change and fixes --- .github/workflows/{.travis.yml => tox.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{.travis.yml => tox.yml} (89%) diff --git a/.github/workflows/.travis.yml b/.github/workflows/tox.yml similarity index 89% rename from .github/workflows/.travis.yml rename to .github/workflows/tox.yml index 5e3875d3..678e1952 100755 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/tox.yml @@ -1,4 +1,4 @@ -name: ".travis.yml" +name: "tox.yml" on: push: @@ -20,12 +20,11 @@ jobs: - run: pip install slugs - run: sudo chmod -R 777 /usr/local/lib/ - run: python3 setup.py install - - run: RUN_INTEGRATION_TESTS=${{ matrix.test_number }} ./.travis/run.sh + - run: ./.travis/run.sh - run: codecov strategy: matrix: test: ["pep8", "bandit", "docs"] - test_number: ["0","1"] os: [ubuntu-22.04,ubuntu-20.04] include: - test: "py38"