Lvl4Sword / Killer

🔪 System tamper detector for USB, Bluetooth, AC, Battery, Disk Tray, and Ethernet.
https://pypi.org/project/killer/
GNU Affero General Public License v3.0
71 stars 11 forks source link

Some minor stuff #27

Closed GhostofGoes closed 5 years ago

GhostofGoes commented 5 years ago

Just some minor quality of life stuff.

Added Tox configuration

Can use this for code quality checks ("tox -e check, etc.), running tests, and configuring tools. When running tests, it runs each test in a isolated environment created using virtualenv. This makes it trivial to test all the versions of Python we support, provided they are currently installed (pyenv is useful for this on Linux).

You can install tox with: pip3 install --user -U tox

Right now you can do:

Setup.py improvements

MarkKoz commented 5 years ago

Shouldn't tox be added to dev requirements?