Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/py3 run #114

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

rachmadaniHaryono
Copy link

@rachmadaniHaryono rachmadaniHaryono commented Feb 28, 2017

hi, i add test for this program along with some modification. here are the list of change that not shown on commit.

  • test
  • change in travis setting
    • add pandoc and python-eyed3
    • disable python2.6 and 3.2
      • python2.6: python -m flake8 not working.
      • python3.2: eyed3 is not working on travis-ci
  • change bin/instantmusic script: use simple python main function call. the code there is moved to proper place and tested.
  • change setup.cfg and setup.py: put them on root project folder.
  • package
    • add requirements-dev.txt for testing
    • add required package for program (eyed3, request)
  • program
    • simplify query_and_download : move part of the code to subfunction
    • rename makeRequest to make_request
    • catch error on python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant