aker-gateway / Aker

SSH bastion/jump host/jumpserver
Other
568 stars 81 forks source link

Add initial tox support #1

Closed iranzo closed 7 years ago

iranzo commented 7 years ago

This will allow to execute tox -e pep8 or tox -e py27 to implement unit testing and pep8 validation to the code.

Also .travis.yml is included to allow automatic validation via https://travis-ci.org once the repo is enabled there.

Python requirements documented on README.md have been defined in requirements.txt and test-requirements.txt