Skip to content

Commit

Permalink
try to reenable python3 testing on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jul 12, 2018
1 parent 14278bd commit 1e8748b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ environment:
# PYTHON_ARCH: "32" # PYTHON_ARCH: "32"
# MINICONDA: C:\Miniconda3 # MINICONDA: C:\Miniconda3
# #
# - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34"
# PYTHON_VERSION: "3.4.1" PYTHON_VERSION: "3.4.1"
# PYTHON_ARCH: "32" PYTHON_ARCH: "32"
# MINICONDA: C:\Miniconda3 MINICONDA: C:\Miniconda3
#
# - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35"
# PYTHON_VERSION: "3.5.1" PYTHON_VERSION: "3.5.1"
# PYTHON_ARCH: "32" PYTHON_ARCH: "32"
# MINICONDA: C:\Miniconda35 MINICONDA: C:\Miniconda35


init: init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %MINICONDA%" - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %MINICONDA%"
Expand Down

0 comments on commit 1e8748b

Please sign in to comment.