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

Add different Python Versions to travis in Readme.md #19

Closed
DeastinY opened this issue Oct 2, 2016 · 10 comments
Closed

Add different Python Versions to travis in Readme.md #19

DeastinY opened this issue Oct 2, 2016 · 10 comments

Comments

@DeastinY
Copy link
Owner

DeastinY commented Oct 2, 2016

No description provided.

@meetmangukiya
Copy link

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

@QzSG QzSG mentioned this issue Oct 2, 2016
@QzSG
Copy link
Contributor

QzSG commented Oct 2, 2016

@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

@DeastinY
Copy link
Owner Author

DeastinY commented Oct 2, 2016

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

@kshitij10496
Copy link

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

@DeastinY
Copy link
Owner Author

DeastinY commented Oct 2, 2016

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

@kshitij10496
Copy link

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

Cool. I will update the travis file.

DeastinY added a commit that referenced this issue Oct 2, 2016
Added python versions in travis.yml in response to #19 issue
@jtemporal
Copy link

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 =)

@DeastinY
Copy link
Owner Author

DeastinY commented Oct 4, 2016

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

@danielkoster
Copy link

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.

@DeastinY
Copy link
Owner Author

DeastinY commented Oct 4, 2016

I guess this can be closed then

@DeastinY DeastinY closed this as completed Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants