mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -05:00
py2, windows issue fix?
This commit is contained in:
parent
1a66b715e3
commit
ace691b907
2 changed files with 5 additions and 5 deletions
|
@ -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),
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue