From ef7fd4008481b5b98316240b0703d2c78fbd30e8 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Fri, 28 Oct 2016 05:59:53 -0400 Subject: [WIP] Migrate to tox based environment Migrate the custom setup.py to a more formal setup environment using tox, in the same way that OpenStack configures their projects. Adds metadata to tox.ini from the setup.py file, and breaks out the dependencies from setup.py into requirements.txt and test-requirements.txt. Executes flake8 testing for pep8 coverage. Defaults to using Python 2 for the environment. Change-Id: Ieaea7d9f3dc227febd8fb1dc9142d478ba197a92 Signed-off-by: Leif Madsen Signed-off-by: zshi --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 913e3713..cae3e659 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Packages *.egg -*.egg-info +.testrepository dist build eggs -- cgit 1.2.3-korg