Remove 3.2/3.5

This commit is contained in:
eternnoir 2015-09-22 20:34:06 +08:00
parent 11d4bb02a8
commit 036d000b95
1 changed files with 0 additions and 2 deletions

View File

@ -2,10 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"