summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorValeriy Ponomaryov <kiparis.kh@gmail.com>2018-01-12 16:48:29 +0200
committerValerii Ponomarov <vponomar@redhat.com>2018-01-12 17:35:10 +0200
commit89c91bf031ceab518b8f7de3232b78532b9b2ccc (patch)
tree1d2bb3cb523cf25ceb072c3e4b7e6813e0e23f1a /test-requirements.txt
parent993cc40e8e79e9a09114286d018660c98a336ac0 (diff)
Add possibility to run 'pep8' checks
Steps to be performed to run 'pep8' checks in local venv: 1) Install 'tox' package first: $ pip install tox 2a) Run all the tests (currently, it is only pep8 checks): $ tox 2b) Run only 'pep8' checks: $ tox -e pep8 Change-Id: I7afc55bbab5bcbeb2920c3439259da2707ff9a04
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 00000000..39304807
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1 @@
+flake8