Merge pull request #217 from hugovk/update-versions

Add Python 3.5, 3.6, drop unsupported 2.6, 3.2, 3.3
This commit is contained in:
Paul Lamere 2017-10-01 06:15:43 -04:00 committed by GitHub
commit 4c2c1d763a
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,9 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.6
- 3.5
- 3.4
- pypy
@ -25,5 +24,6 @@ after_success:
matrix:
allow_failures:
- python: 3.2
- python: 3.6
- python: 3.5
- python: 3.4