Code Monkey home page Code Monkey logo

Comments (10)

kshitij10496 avatar kshitij10496 commented on May 26, 2024 1

I can't see any reason not to support ALL OF THE VERSIONS 😃 !

Cool. I will update the travis file.

from coffeerecommendationbot.

danielkoster avatar danielkoster commented on May 26, 2024 1

Travis doesn't support generating an image per Python version, only per branch. Some other service might be able to do this, but you'd have to look past Travis to support that.

from coffeerecommendationbot.

meetmangukiya avatar meetmangukiya commented on May 26, 2024

Can you please ellaborate? Which version? And to .travis.yml or README.md ?

from coffeerecommendationbot.

QzSG avatar QzSG commented on May 26, 2024

@DeastinY Hopefully this is what you meant #20

If by adding different python versions you meant make travis test the build using travis you would need to add the following if u want 2.7 and 3.3

language: python

python:
  - 2.7
  - 3.3

install:
  - pip install -r requirements.txt
  - pip install pep8 flake8
  - pip list

script:
  - flake8 .

If you need it ill make the changes

from coffeerecommendationbot.

DeastinY avatar DeastinY commented on May 26, 2024

@QzSG yeah, I was mainly looking for the changes in travis.yml and the added image "it shows it builds" stuff in readme.md

from coffeerecommendationbot.

kshitij10496 avatar kshitij10496 commented on May 26, 2024

@DeastinY Wouldn't it be a good idea to add support to Python version 3.3 through 3.6 ?

from coffeerecommendationbot.

DeastinY avatar DeastinY commented on May 26, 2024

I can't see any reason not to support ALL OF THE VERSIONS 😃 !

from coffeerecommendationbot.

jtemporal avatar jtemporal commented on May 26, 2024

Little question here guys, I'm a little lost, so now we have the "build pass" from travis in the README.md and 4 versions of python on .travis.yml file... what else needs to be done to get this issue closed? looking forward to contribute =)

from coffeerecommendationbot.

DeastinY avatar DeastinY commented on May 26, 2024

Is it possible to show the build status for every single python version ? that would be nice. otherwise you're right :)

from coffeerecommendationbot.

DeastinY avatar DeastinY commented on May 26, 2024

I guess this can be closed then

from coffeerecommendationbot.

Related Issues (15)

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.