py2, windows issue fix?

This commit is contained in:
nabobalis 2018-03-04 21:17:01 +01:00
parent 1a66b715e3
commit ace691b907
2 changed files with 5 additions and 5 deletions

View file

@ -78,8 +78,8 @@ CONFIG = [
('fontawesome_included', False, True),
('fontawesome_css_file', '', True),
('post_date_format', '%-d %B %Y', True),
('post_date_format_short', '%-d %B', True),
('post_date_format', '%d %B %Y', True),
('post_date_format_short', '%d %B', True),
('post_auto_image', 0, True),
('post_auto_excerpt', 1, True),
('post_redirect_refresh', 5, True),

View file

@ -10,9 +10,9 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
CONDA_CHANNELS: "conda-forge "
CONDA_DEPENDENCIES="sphinx werkzeug alabaster invoke graphviz"
PIP_DEPENDENCIES="sphinx-automodapi"
CONDA_CHANNELS: "conda-forge"
CONDA_DEPENDENCIES: "sphinx werkzeug alabaster invoke graphviz"
PIP_DEPENDENCIES: "sphinx-automodapi"
matrix:
- PYTHON_VERSION: "2.7"