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 ///