danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 737 forks source link

FYI - Travis CI Failing #324

Closed danpaquin closed 5 years ago

danpaquin commented 5 years ago

To anyone looking to contribute, the current Travis CI is failing because it has not been fully setup. Currently the cbpro/ filepath is not a visible package to the tests, so a fix for this will be added soon to comply with PEP420.

yiwensong commented 5 years ago

the tests don't work without a sandbox key. we should probably rewrite the tests so they're not dependent on anything live from coinbase.

alimcmaster1 commented 5 years ago

For reference please see #326 where I have fixed up our CI. If you have any improvements let me know :)