From f32cca6c9aa0e916fcd9d5451ee4f4ed0d72b9d3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 12:36:48 -0400 Subject: [PATCH] remove silly note Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 42111cf2..5ed10e1d 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -342,10 +342,6 @@ format and running the test suite. We've currently tested deployments with both `Travis-CI`_ and `tox`_ with success. -.. note:: It's highly recommended to run ``pipenv lock`` before installing on a - CI platform, due to possible hash conflicts between system binaries. - - Travis CI /////////