beets/appveyor.yml
2015-05-06 22:23:18 -07:00

20 lines
367 B
YAML

version: "{build}"
build: off
deploy: off
environment:
matrix:
- PYTHON: "C:\\Python27"
TOXENV: py27
# Install Tox for running tests.
install:
- "%PYTHON%/Scripts/pip.exe install tox"
test_script:
- "%PYTHON%/Scripts/tox.exe"
# Allow all failures for now: the tests don't yet pass!
matrix:
allow_failures:
- TOXENV: py27