Skip to content

Commit

Permalink
disable python3.5 testing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Nov 29, 2016
1 parent ac9142a commit f894f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.2"
PYTHON_ARCH: "32"
#- PYTHON: "C:\\Python35"
# PYTHON_VERSION: "3.5.2"
# PYTHON_ARCH: "32"

PGUSER: postgres
PGPASSWORD: Password12!
Expand Down

0 comments on commit f894f27

Please sign in to comment.