Actions file name change and fixes

This commit is contained in:
justin-h-loi 2023-08-29 15:08:09 -04:00 committed by arp102
parent 4f8b3161e3
commit e9a63e2659
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: ".travis.yml" name: "tox.yml"
on: on:
push: push:
@ -20,12 +20,11 @@ jobs:
- run: pip install slugs - run: pip install slugs
- run: sudo chmod -R 777 /usr/local/lib/ - run: sudo chmod -R 777 /usr/local/lib/
- run: python3 setup.py install - run: python3 setup.py install
- run: RUN_INTEGRATION_TESTS=${{ matrix.test_number }} ./.travis/run.sh - run: ./.travis/run.sh
- run: codecov - run: codecov
strategy: strategy:
matrix: matrix:
test: ["pep8", "bandit", "docs"] test: ["pep8", "bandit", "docs"]
test_number: ["0","1"]
os: [ubuntu-22.04,ubuntu-20.04] os: [ubuntu-22.04,ubuntu-20.04]
include: include:
- test: "py38" - test: "py38"