tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Add CI version update script #238

Closed 0golovatyi closed 5 years ago

0golovatyi commented 5 years ago

With this CI script we can have commit as a part of TabPy version

0golovatyi commented 5 years ago

For this to work we need to set up github API key for Travis as described at https://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-ci.

@jnegara could you take a look?

pep8speaks commented 5 years ago

Hello @0golovatyi! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 37:80: E501 line too long (109 > 79 characters)

Comment last updated at 2019-04-03 22:21:16 UTC