diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86a9fd45a..9d2d8880f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,6 @@ jobs: matrix: platform: [ ubuntu-latest ] env: - NOSE_SHOW_SKIPPED: 1 PY_COLOR: 1 steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 13531e556..cb673b872 100644 --- a/tox.ini +++ b/tox.ini @@ -7,10 +7,10 @@ envlist = py27-test, py38-{cov,lint}, docs [_test] -deps = .[test] # defined in setup.py +deps = .[test] [_lint] -deps = .[lint] # defined in setup.py +deps = .[lint] files = beets beetsplug beet test setup.py docs [testenv]