From 41cb7bd92025af08ad3e84f908305a1eaecfd1a4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2017 17:08:24 -0500 Subject: [PATCH] note about lock --- docs/advanced.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index 75021aba..0685468a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -91,6 +91,7 @@ and the corresponding Makefile:: test: pipenv run py.test tests +Lock needs to be run here, because Python 2 will generate a different lockfile than Python 3. tox ///