Skip to content

Commit

Permalink
Removing python 2.7 from win tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Dec 16, 2018
1 parent bb7ba1e commit c7cf8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -11,7 +11,7 @@ environment:
# of 32 bit and 64 bit builds are needed, move this
# to the matrix section.


# List runtime dependencies for the package that are available as conda
# packages here.
CONDA_DEPENDENCIES: "scipy"
Expand All @@ -29,9 +29,9 @@ environment:

matrix:
# We test Python 2.7 for Python 2 support.
- PYTHON_VERSION: "2.7"
ASTROPY_VERSION: "stable"
NUMPY_VERSION: "stable"
# - PYTHON_VERSION: "2.7"
# ASTROPY_VERSION: "stable"
# NUMPY_VERSION: "stable"

# We test Python 3.7 for Python 3 support.
- PYTHON_VERSION: "3.7"
Expand Down

0 comments on commit c7cf8ba

Please sign in to comment.