Skip to content

Commit

Permalink
Merge pull request #75 from zopefoundation/drop-py33-appveyor
Browse files Browse the repository at this point in the history
Don't test Python 3.3 on Appveyor
  • Loading branch information
tseaver committed Sep 21, 2018
2 parents 7034db4 + 85584f8 commit 4290dc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Expand Up @@ -3,8 +3,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- python: 33
- python: 33-x64
- python: 34
- python: 34-x64
- python: 35
Expand All @@ -13,8 +11,6 @@ environment:
- python: 36-x64
- { python: 27, SUBUNIT: 1 }
- { python: 27-x64, SUBUNIT: 1 }
- { python: 33, SUBUNIT: 1 }
- { python: 33-x64, SUBUNIT: 1 }
- { python: 34, SUBUNIT: 1 }
- { python: 34-x64, SUBUNIT: 1 }
- { python: 35, SUBUNIT: 1 }
Expand Down

0 comments on commit 4290dc3

Please sign in to comment.