ethereum / py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
MIT License
191 stars 82 forks source link

flake8, pytest, and ci #5

Closed pipermerriam closed 6 years ago

pipermerriam commented 6 years ago

Adds testing against py-27/34/35/36 as well as cleans up linting errors in the code. Also re-organizes tests to be runnable under pytest.