mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
8decb577ce
* Add appyveyor config This commit does add settings for using mssql on appveyor but there are still some issues with timeouts. For now only the sqlite build is enabled. Note that the build currently (correctly) fails on windows * Fix unittests on Windows (in wagtaildocs) The document.file.name attribute doesn't contain a valid path separator on windows. Use document.file.path for comparison instead.
21 lines
395 B
YAML
21 lines
395 B
YAML
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
|