From 5cf77ccd4df00a59c8cb8d4670f2964f021ae862 Mon Sep 17 00:00:00 2001 From: efkin Date: Mon, 13 Mar 2017 19:23:08 +0100 Subject: [docs] Define in details the testing environment On debian stable the `python3-tox` and `python-tox` packages come with a really old version of `pip` and `setup_tools`. This makes unusable PEP496 that comes handy when dependencies are "py-version-related". As a workaround we can "inject" an upgraded version of `pip` just before running `tox`. --- testing/requirements-testing.pip | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testing/requirements-testing.pip (limited to 'testing') diff --git a/testing/requirements-testing.pip b/testing/requirements-testing.pip new file mode 100644 index 00000000..a33c65ab --- /dev/null +++ b/testing/requirements-testing.pip @@ -0,0 +1,2 @@ +pip +tox \ No newline at end of file -- cgit v1.2.3