Skip to content

Commit

Permalink
Drop Python 3.4 from appveyor.yml
Browse files Browse the repository at this point in the history
Commits 61024a6 and af120b1 dropped support for 3.4, but
appveyor.yml was missed out.
  • Loading branch information
cjwatson committed Oct 12, 2019
1 parent 5cc1c12 commit c095bc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Expand Up @@ -5,8 +5,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- python: 34
- python: 34-x64
- python: 35
- python: 35-x64
- python: 36
Expand All @@ -15,8 +13,6 @@ environment:
- python: 37-x64
- { python: 27, SUBUNIT: 1 }
- { python: 27-x64, SUBUNIT: 1 }
- { python: 34, SUBUNIT: 1 }
- { python: 34-x64, SUBUNIT: 1 }
- { python: 35, SUBUNIT: 1 }
- { python: 35-x64, SUBUNIT: 1 }
- { python: 36, SUBUNIT: 1 }
Expand Down

0 comments on commit c095bc2

Please sign in to comment.