aboutsummaryrefslogtreecommitdiffhomepage
path: root/requirements.txt
Commit message (Collapse)AuthorAge
* No need to depend on six anymoreGuido Günther2017-10-20
|
* Use install_requirementsGuido Günther2017-07-05
|
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* Sort requirements.txtGuido Günther2016-09-09
|
* Use tox for testingDmitry Teselkin2016-05-20
tox is a tool to automate creating venv and running tests like py27 unittests and pep8 style checks. This commit adds tox configs needed and some other files for this feature.