python 3.2 not supported by pygments, so drop support for py3.2
This commit is contained in:
parent
7b4711ad54
commit
058cb4ddcf
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
|
|
Loading…
Reference in a new issue