Remove Python 3.2 from testing matrix

This commit is contained in:
Karol Werner 2017-05-26 11:47:14 +02:00
parent a5d781de13
commit d2eb12b37d

View File

@ -9,9 +9,6 @@ matrix:
- python: "2.7"
env: TOXENV=py27
- python: "3.2"
env: TOXENV=py32
- python: "3.3"
env: TOXENV=py33