Skip to content

Commit

Permalink
Added pywin32 to CONDA_DEPENDENCIES
Browse files Browse the repository at this point in the history
If this package is not importer, an modal error messager is opened in
`spyder.utils.environ.set_user_env` and the test time out
  • Loading branch information
jnsebgosselin committed Aug 28, 2017
1 parent 4dbfa10 commit 4df5dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -12,7 +12,7 @@ environment:
CONDA_DEPENDENCIES: >
rope pyflakes sphinx pygments pylint pycodestyle psutil nbconvert
qtawesome pickleshare pyzmq chardet mock pandas pytest
pytest-cov numpydoc scipy pillow qtconsole matplotlib jedi
pytest-cov numpydoc scipy pillow qtconsole matplotlib jedi pywin32
PIP_DEPENDENCIES: "pytest-qt pytest-mock pytest-timeout flaky"

matrix:
Expand Down

0 comments on commit 4df5dfc

Please sign in to comment.