python 3.2 not supported by pygments, so drop support for py3.2

This commit is contained in:
Alan Hamlett 2015-08-11 13:57:56 -07:00
parent 7b4711ad54
commit 058cb4ddcf
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies