mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #25] [CLOSED] Travis CI fixup #730
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#730
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/25
Author: @hugovk
Created: 9/8/2014
Status: ❌ Closed
Base:
master← Head:travis📝 Commits (6)
7a8f129Fix prints for Python 3 (+flake8)e8d9295Print name of example before running it.a24ceb2Change example to run on long_track_test.dat if no input file specified so as not to time-out and error Travis CIbfa9973Add pypy3 and allow all Py3 to fail25be32bAdd Travis build badge2272e6eMerge branch 'master' into travis📊 Changes
22 files changed (+51 additions, -31 deletions)
View changed files
📝
.travis.yml(+4 -1)📝
README.md(+2 -0)📝
examples/add_a_saved_track.py(+1 -0)📝
examples/add_tracks_to_playlist.py(+1 -1)📝
examples/artist_discography.py(+5 -1)📝
examples/contains_a_saved_track.py(+1 -0)📝
examples/create_playlist.py(+1 -0)📝
examples/delete_a_saved_track.py(+1 -0)📝
examples/remove_specific_tracks_from_playlist.py(+5 -2)📝
examples/remove_tracks_from_playlist.py(+4 -1)📝
examples/replace_tracks_in_playlist.py(+1 -0)📝
examples/show_artist_top_tracks.py(+1 -1)📝
examples/show_my_saved_tracks.py(+1 -0)📝
examples/show_related.py(+1 -2)📝
examples/show_tracks.py(+2 -4)📝
examples/simple0.py(+1 -0)📝
examples/simple2.py(+1 -2)📝
examples/simple3.py(+1 -1)📝
examples/user_playlists.py(+1 -3)📝
examples/user_playlists_contents.py(+6 -4)...and 2 more files
📄 Description
The Travis CI builds were failing.
from __future__ import print_functionso the same Python 3-styleprint()s work on both Py2 and Py3.__init__.py, but I've allowed Python 3 builds to fail for the time being (allow_failuresin .travis.yml).flake8for the modified files.Please can you enable Travis CI and Coveralls for your account?
Both are free, you log in with your GitHub ID:
Also, pull requests will be built so you can see the status before merging in.
Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.