0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00
wagtail/appveyor.yml

21 lines
395 B
YAML
Raw Normal View History

services:
- mssql2016
environment:
matrix:
- TOXENV: py27-dj18-sqlite-noelasticsearch
- TOXENV: py27-dj110-sqlite-noelasticsearch
- TOXENV: py35-dj18-sqlite-noelasticsearch
- TOXENV: py35-dj110-sqlite-noelasticsearch
matrix:
fast_finish: true
install:
- C:\Python36\python -m pip install tox
build: false # Not a C# project
test_script:
- C:\Python36\scripts\tox