Skip to content

Commit

Permalink
wip; removing python 3.5 from appveyor build; details on python/typin…
Browse files Browse the repository at this point in the history
  • Loading branch information
vltr committed Aug 1, 2018
1 parent 8f92933 commit 8913ea7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ environment:
PYTHON_HOME: C:\Python27
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '32'
- TOXENV: 'py35,report'
TOXPYTHON: C:\Python35\python.exe
PYTHON_HOME: C:\Python35
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '32'
- TOXENV: 'py35,report'
TOXPYTHON: C:\Python35-x64\python.exe
PYTHON_HOME: C:\Python35-x64
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '64'
- TOXENV: 'py36,report'
# - TOXENV: 'py35'
# TOXPYTHON: C:\Python35\python.exe
# PYTHON_HOME: C:\Python35
# PYTHON_VERSION: '3.5'
# PYTHON_ARCH: '32'
# - TOXENV: 'py35'
# TOXPYTHON: C:\Python35-x64\python.exe
# PYTHON_HOME: C:\Python35-x64
# PYTHON_VERSION: '3.5'
# PYTHON_ARCH: '64'
- TOXENV: 'py36'
TOXPYTHON: C:\Python36\python.exe
PYTHON_HOME: C:\Python36
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '32'
- TOXENV: 'py36,report'
- TOXENV: 'py36'
TOXPYTHON: C:\Python36-x64\python.exe
PYTHON_HOME: C:\Python36-x64
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '64'
- TOXENV: 'py37,report'
- TOXENV: 'py37'
TOXPYTHON: C:\Python37\python.exe
PYTHON_HOME: C:\Python37
PYTHON_VERSION: '3.7'
PYTHON_ARCH: '32'
- TOXENV: 'py37,report'
- TOXENV: 'py37'
TOXPYTHON: C:\Python37-x64\python.exe
PYTHON_HOME: C:\Python37-x64
PYTHON_VERSION: '3.7'
Expand Down

0 comments on commit 8913ea7

Please sign in to comment.