mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-04 22:32:40 +00:00
Add Python 3.5, 3.6, drop unsupported 2.6, 3.2, 3.3
This commit is contained in:
parent
df6c089fcb
commit
68e1193f45
@ -1,10 +1,9 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
- 3.6
|
||||||
- 3.3
|
- 3.5
|
||||||
- 3.4
|
- 3.4
|
||||||
- pypy
|
- pypy
|
||||||
|
|
||||||
@ -25,5 +24,6 @@ after_success:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 3.2
|
- python: 3.6
|
||||||
|
- python: 3.5
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user