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:
Jacob Pavlock 2020-07-07 09:37:22 -07:00
parent e4284cff55
commit 917c7def4e
2 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,6 @@ jobs:
matrix:
platform: [ ubuntu-latest ]
env:
NOSE_SHOW_SKIPPED: 1
PY_COLOR: 1
steps:
- uses: actions/checkout@v2

View file

@ -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]