Skip to content

Commit

Permalink
Not trying to use old visual compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Aug 29, 2017
1 parent fb4b014 commit 9cf327b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ environment:
GITHUB_REPO_NAME: molmod/yaff

matrix:
- PYTHON_VERSION: 2.7
CONDA: C:\Miniconda
# It is not possible to compile the Yaff extension on Windows for Python 2.7 because
# Python 2.7 on Windows is built with an old visual compiler, which does not even support
# C99! The C99 standard is extensively used in the Yaff extension.
# - PYTHON_VERSION: 2.7
# CONDA: C:\Miniconda

- PYTHON_VERSION: 3.6
CONDA: C:\Miniconda36
Expand Down

0 comments on commit 9cf327b

Please sign in to comment.