Deprecate Python v2.6 (#1430)

This commit is contained in:
Stefan Wójcik
2016-12-10 13:29:31 -05:00
committed by GitHub
parent e28804c03a
commit 7b860f7739
2 changed files with 15 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
language: python
python:
- '2.6'
- '2.6' # TODO remove in v0.11.0
- '2.7'
- '3.3'
- '3.4'