[docker] Fixes #103 Skycoin VS Code dev image for Python#115
Open
stdevYuniers wants to merge 52 commits intoskycoin:developfrom
Open
[docker] Fixes #103 Skycoin VS Code dev image for Python#115stdevYuniers wants to merge 52 commits intoskycoin:developfrom
stdevYuniers wants to merge 52 commits intoskycoin:developfrom
Conversation
… base is up to date Ensure that build-swig is invoked prior to build-libc
…master ... so as to force build of latest branch in Docker Hub
…module for Travis builds
Attempts to fix failure reported in https://travis-ci.org/skycoin/pyskycoin/jobs/473259352
… tags (rather than `master` branch)
fixes skycoin#85 - Release PySkycoin 0.25.0
[ci] fixes skycoin#85 - Finalize Travis upload packages onto PyPI
fixes skycoin#33 fixes skycoin#85 Correct rendering of PyPI page for release 0.25.0
refs skycoin#85 Retry PyPI deployment of binary release
fixes skycoin#85 fixes skycoin#104 - Build multilinux wheels for release tags
... needed for building PySkycoin
…tead of --upgrade) in install_linux.sh
refs skycoin#104 - Go lang for multilinux wheels
…ers. x86_64 wheels generated correctly
…heels onto PyPI
… Travis before_deploy
Make dist targets . Deploy to Github Releases and PyPI
…lled - Update python versions - Add '--no-tty' and '-q' options to gpg to avoid future problems - Add '-q' option to wget to get less output data - Update README file
- Add 'pylint' and 'flake8' to pre-installed pip packages - Add 'ms-python.python', 'njpwerner.autodocstring', 'shardulm94.trailing-spaces' and 'eamodio.gitlens' to pre-installed Visual Studio Code extensions
…al_env_docker_dev_image' into stdevYuniers_t103_pyskycoin_vscode_docker_dev-image
…images - Add 'VisualStudioExptTeam.vscodeintellicode' Visual Studio Code extension - Mod README.md file
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #103
Changes:
vscodeandvscode-dindtagspylintandflake8to pre-installed pip packagesms-python.python,njpwerner.autodocstringandshardulm94.trailing-spacesto pre-installed Visual Studio Code extensionsDoes this change need to mentioned in CHANGELOG.md?
No