steemit / steem-python

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

CircleCI 2.0 Support and Multi-Platform Testing Automation: Closes #159 #168

Closed cyon1c closed 6 years ago

cyon1c commented 6 years ago

This PR vastly reduces the complexity of our build platform. Utilizing CircleCI's new 2.0 api and improved workflows support, we can now test across all python versions in parallel.

Some notes:

This currently does not work for Python 3.3 and 3.4. Issues will be opened.

Closes issue #159 .