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

use virtualenv wheel embedded into the code #55

Merged
merged 3 commits into from
Jul 7, 2016

Commits on Jul 7, 2016

  1. use virtualenv wheel embedded into the code

    some workers have bad wget which cannot properly do ssl.
    instead of adding --no-check-certificate, we add the whl using DownloadFile
    tardyp committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    055ee7c View commit details
    Browse the repository at this point in the history
  2. remove [] in args

    tardyp committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    28b30c8 View commit details
    Browse the repository at this point in the history
  3. fix trailing coma and lint

    tardyp committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    74603f5 View commit details
    Browse the repository at this point in the history