From 258cb84c52c101da8a0d72e23854d0f0146affda Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sat, 6 Feb 2016 22:15:02 +0000 Subject: [PATCH] [dev-requirements.txt] add pytest and tox to dev-requirements.txt In theory only pytest would be required for devs to run the tests locally, but we also use tox for setting up the test virtualenvs on the CI. --- dev-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dev-requirements.txt diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 000000000..18e00b343 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,2 @@ +pytest>=2.8 +tox>=2.3