Make clearer travis display & clean tox.ini#608
Make clearer travis display & clean tox.ini#608ZuluPro wants to merge 2 commits intoapache:trunkfrom
Conversation
There was a problem hiding this comment.
env is only used for display
before_script allows me to override value defined in install section.
|
Thanks. I'm fine with that change, but it will break if Travis CI drops support for some Python version we still support, right? In short - I'm fine with merging it, but we will need to revert this change in case Travis drops support for a Python version so we just need to document that - I guess we can just add a comment to the travis yaml file. |
No more things than before. We supports Python 2.5, have it in tox.ini, but can't test with Travis.
I'm doing... |
|
@ZuluPro please let me know when you make those changes and I'll go ahead and merge this PR. |
|
@ZuluPro Bump^ Would be great to get this addressed and merged. |
|
Sorry I'll do it tomorow ! |
a507a08 to
62e855a
Compare
c4ec686 to
9ce99b8
Compare
There was a problem hiding this comment.
Not supported anymore: chnm/serendipomatic#158
|
Done ! |
|
@ZuluPro Thanks. Next time please mention my nickname, since if you are not replying to my comment, I don't get a notification. As far as tox changes go, I get this error: kami ~/w/lc/libcloud (git:trunk)$ tox
ERROR: unknown environment 'py3.5'Is this functionality only available in newer versions of tox or is there something else going on? |
|
Actually, ignore my last comment. I just noticed python3.5 is not defined in |
I've made real usage of travis' language parameter.
It ables to have the language column used in build summary (see https://travis-ci.org/ZuluPro/libcloud/builds/86103898)