steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 98 forks source link

Travis added #147

Closed holgern closed 6 years ago

holgern commented 6 years ago

I added automatic travis build, which checks for pep8. At the moment it failed due to pep8. Build and testing runs fine for linux and osx.

holgern commented 6 years ago

The travis build can be seen here: https://travis-ci.org/holgern/steem-python/builds/339802922

cyon1c commented 6 years ago

What's the purpose of adding travis?

cyon1c commented 6 years ago

Thank you for the work, we've set up circleci to run our test and CI system.