fe06a45b0624e55a45a002251b8a0449d9825362
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

1) ---
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

2) name: run tests
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

3) "on":
4)   - pull_request
5)   - push
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

6) 
7) jobs:
8)   build:
9)     runs-on: ubuntu-latest
10)     strategy:
11)       matrix:
Hanno Böck disable py3.12 tests until...

Hanno Böck authored 11 months ago

12)         python-version: [3.8, 3.x]
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

13)     steps:
Hanno Böck update github action version

Hanno Böck authored 7 months ago

14)       - uses: actions/checkout@v4
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

15)       - name: Set up Python ${{ matrix.python-version }}
Hanno Böck update CI actions

Hanno Böck authored 4 months ago

16)         uses: actions/setup-python@v5
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

17)         with:
18)           python-version: ${{ matrix.python-version }}
19)       - name: Install dependencies
20)         run: |
21)           python -m pip install --upgrade pip
22)           #pip install -r requirements.txt
Hanno Böck install setuptools, no long...

Hanno Böck authored 6 months ago

23)           pip install pycodestyle pyflakes pylint dlint pyupgrade setuptools