mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
18 lines
253 B
YAML
18 lines
253 B
YAML
services:
|
|
- mssql2016
|
|
|
|
environment:
|
|
matrix:
|
|
- TOXENV: py35-dj111-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
|