Build on Python 3.6, don't build on 3.2

This commit is contained in:
Marcin Kulik
2017-04-01 12:35:36 +02:00
parent b857f155d3
commit 68a1f581dc

View File

@@ -2,10 +2,10 @@ sudo: false
language: python language: python
python: python:
- "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
before_install: before_install:
- pip install pep8 - pip install pep8