Commit 07af77f3 authored by Mattias Loverot's avatar Mattias Loverot
Browse files

Added install of setuptools in ci

parent cf3064f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ setup.py_test:
  stage: test
  image: python:latest
  script:  # All pytests fail with ModuleNotFoundError: No module named 'test'
    - pip install pytest
    - pip install pytest setuptools
    - pip install --editable ".[cron-description,cron-schedule]"
    - pip list
    - python setup.py test
@@ -48,7 +48,7 @@ setup.py_test_with_coverage:
  stage: test
  image: python:latest
  script:  # With `&> /dev/null` in `./coverage.sh` everything appears green but...
    - pip install coverage pytest
    - pip install coverage pytest setuptools
    - pip install --editable ".[cron-description,cron-schedule]"
    - ./coverage.sh