summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-17 21:02:12 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-17 21:02:12 +0100
commita58803585d723ba00d3b13954256c10115e0ed52 (patch)
treea3d6657556c75f5c24dde335c3736d56a962d87b
parent935b32e5f4d15046036f9366a17f21929dc5bc82 (diff)
downloadpsutil-a58803585d723ba00d3b13954256c10115e0ed52.tar.gz
skip-appveyor
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--.github/workflows/ci.yml50
1 files changed, 14 insertions, 36 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6cfb1058..1ea383a2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,42 +12,6 @@
on: [push]
name: Build
jobs:
- linux:
- name: Linux
- runs-on: ubuntu-latest
- strategy:
- matrix:
- python-version: [2.7, 3.9]
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
- with:
- python-version: ${{ matrix.python-version }}
- run: |
- make install
- make test
-
- # linters:
- # name: Linters
- # runs-on: ubuntu-latest
- # strategy:
- # matrix:
- # python-version: [2.7, 3.8]
- # steps:
- # - uses: actions/checkout@v2
- # - uses: actions/setup-python@v2
- # with:
- # python-version: ${{ matrix.python-version }}
- # run: |
- # python -m pip install flake8
- # make lint
-
-
-
-
-
-
-
# linux-macos-win:
# name: ${{ matrix.os }}
# runs-on: ${{ matrix.os }}
@@ -129,3 +93,17 @@ jobs:
# python3 psutil/tests/runner.py
# python3 psutil/tests/test_memleaks.py
+linters:
+ name: Linters
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ python-version: [2.7, 3.8]
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-python@v2
+ with:
+ python-version: ${{ matrix.python-version }}
+ run: |
+ python -m pip install flake8
+ make lint