bastikr / boolean.py

Implements boolean algebra in one module.
BSD 2-Clause "Simplified" License
78 stars 34 forks source link

Use `tox` to run unit-tests #68

Closed alisianoi closed 7 years ago

alisianoi commented 7 years ago

This configures tox with a simple tox.ini, as well as a .gitignore entry for /.tox/ and a README.md and development-guide.rst update.

In a nutshell, do pip install -r test-requirements.txt and then run tox to run unit-tests against both py27 and py36.

Closes: https://github.com/bastikr/boolean.py/issues/67

alisianoi commented 7 years ago

I would also like to re-raise https://github.com/nexB/scancode-toolkit/issues/580 because the "leading hash symbol is actually a comment" issue bit me again.

pombredanne commented 7 years ago

@all3fox we are all moving (following your feedback) to use trailing # in commit titles. Let me make sure i announces this and update the guidelines

pombredanne commented 7 years ago

LGTM. merging!