diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index a09cbd04..d9cdd07b 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install .[all,dev] + pip install . - name: Lint with flake8 run: | pip install flake8 diff --git a/.travis.yml b/.travis.yml index 0e968a21..7255c41b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ install: - pip install pytest - pip install pytest-coverage - pip install coveralls -- pip install .[all,dev] +- pip install .[dev] script: - pytest -p no:sugar tests --cov python/sdssdb --cov-report html