Skip to content

Commit

Permalink
dropped python 2.7 in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko authored Feb 6, 2019
1 parent 8d8076a commit 3129dfb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ environment:

matrix:

# MoviePy supports Python 2.7 and 3.4 onwards.
# MoviePy supports Python 3.4 onwards.
# Strategy:
# Test the latest known patch in each version
# Test the oldest and the newest 32 bit release. 64-bit otherwise.

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.13"
PYTHON_ARCH: "64"
MINICONDA: C:\Miniconda
CONDA_INSTALL: "numpy"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.5"
Expand Down

0 comments on commit 3129dfb

Please sign in to comment.