mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
test commit for windows ci
windows seems to be having issues with tox installing depencies via `.[test]` this is a test to see if removing the inline comment changes anything
This commit is contained in:
parent
e4284cff55
commit
917c7def4e
2 changed files with 2 additions and 3 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -7,7 +7,6 @@ jobs:
|
|||
matrix:
|
||||
platform: [ ubuntu-latest ]
|
||||
env:
|
||||
NOSE_SHOW_SKIPPED: 1
|
||||
PY_COLOR: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
4
tox.ini
4
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue