-
Notifications
You must be signed in to change notification settings - Fork 7
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
[docker] Fixes #103 Skycoin VS Code dev image for Python #115
Open
stdevYuniers
wants to merge
52
commits into
skycoin:develop
Choose a base branch
from
simelo:stdevYuniers_t103_pyskycoin_vscode_docker_dev-image
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[docker] Fixes #103 Skycoin VS Code dev image for Python #115
stdevYuniers
wants to merge
52
commits into
skycoin:develop
from
simelo:stdevYuniers_t103_pyskycoin_vscode_docker_dev-image
Conversation
This file contains 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
… 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
|
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:
vscode
andvscode-dind
tagspylint
andflake8
to pre-installed pip packagesms-python.python
,njpwerner.autodocstring
andshardulm94.trailing-spaces
to pre-installed Visual Studio Code extensionsDoes this change need to mentioned in CHANGELOG.md?
No