Skip to content

Commit

Permalink
Replace Python 3.4 with 3.6 on Appveyor (beetbox#2358)
Browse files Browse the repository at this point in the history
Python 3.4 is quite old and offers little value on Windows.

Closes beetbox#2344
  • Loading branch information
Johnny Robeson authored Jan 3, 2017
1 parent 2fcde98 commit bd340b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ environment:
matrix:
- PYTHON: C:\Python27
TOX_ENV: py27-test
- PYTHON: C:\Python34
TOX_ENV: py34-test
- PYTHON: C:\Python35
TOX_ENV: py35-test
- PYTHON: C:\Python36
TOX_ENV: py36-test

# Install Tox for running tests.
install:
Expand Down

0 comments on commit bd340b2

Please sign in to comment.