From 3a93adaac4dc834168a6305aba739a84ff781d80 Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Fri, 15 Apr 2016 09:46:50 +0300 Subject: Use tox for testing 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. --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..02e8e95e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +six>=1.9.0 +nose>=0.11.1 +coverage>=2.85 +nosexcover>=1.0.7 +python-dateutil +mock -- cgit v1.2.3