Giter Club home page Giter Club logo

Comments (3)

Elijas avatar Elijas commented on July 21, 2024

I've solved the issue with a workaround, however I'd appreciate having a Travis-independent solution for deployment readily available

language: python
sudo: required
dist: xenial
python: "3.7"

before_install:
  - openssl aes-256-cbc -K $encrypted_XXX_key -iv $encrypted_XXX_iv -in credentials.tar.gz.enc -out credentials.tar.gz -d
  - tar -xzf credentials.tar.gz
  - mkdir -p lib

install:
  - pip install -r requirements.txt
  - pip install -r requirements-for-testing.txt

script:
  - pytest && pytest test_e2e/run.py

deploy:
  provider: gae
  skip_cleanup: true # Skip cleanup so api_key.py and vendored dependencies are still there
  keyfile: client-secret.json
  project: project-name
  default: true  # default project app version

from continuous-deployment-demo.

Maker-Mark avatar Maker-Mark commented on July 21, 2024

+1 This repository has a number of python 3.x compatibility issues.
ie. urllib2 , StringIO and so on.
@google-admin Please close the repo or note the compatibility requirements

from continuous-deployment-demo.

xiangshen-dk avatar xiangshen-dk commented on July 21, 2024

The source on the master branch has been updated for python 3. Thanks for reporting!

from continuous-deployment-demo.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.