From 9ed2c5007e94ba418dc0bdf0577bd9aeb66e5d15 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Fri, 18 Jun 2021 12:03:23 +1000 Subject: Drop tox and install mod_wsgi-express manually. --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d99b38..3dca3ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,10 @@ jobs: run: python -m pip install --upgrade pip setuptools - name: "Install tox dependencies" run: python -m pip install --upgrade tox tox-gh-actions - - name: "Run tox for ${{ matrix.python-version }}" - run: "python -m tox -vvv" + #- name: "Run tox for ${{ matrix.python-version }}" + # run: "python -m tox -vvv" + - name: "Install mod_wsgi-express" + run: python -m pip install . - name: "Start up mod_wsgi-express" run: "mod_wsgi-express start-server tests/hello.wsgi --port 8080 --log-to-terminal --pid-file httpd.pid &" - name: "Wait for server to start" -- cgit v1.2.1