skyzeio / Skyze

Skyze Trading Engine Early Prototyping .... done as a single app with messaging between components ... will convert to the services architecture where components = Services and messaging = Asynch Messaging with Pub/Sub Pattern
GNU General Public License v3.0
10 stars 9 forks source link

Pep8 Setup for codeclimate, pylint setup for CI/CD, and some clean up stuff. #9

Closed utx0 closed 7 years ago

mikenew commented 7 years ago

I don't think you can take out unittest2 as it is the test framework I'm using

utx0 commented 7 years ago

unittest is different from unisttest2. unittest is build into standard python, unittest2 is a package for project going from python2 > python3.

To test this load up a Terminal window and type in the following commands:

$python3
>import unittest
>unittest

You should get something similar to the following:

<module 'unittest' from '/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/init.py'>

mikenew commented 7 years ago

OK cool .... let's merge ....

mikenew commented 7 years ago

hmmm not sure how to resolve the conflict in pipfile ..... also I noticed I've installed scipy into the dev area rather than for production

utx0 commented 7 years ago

ill fix it. Give me a sec. Dont pull for a bit.