From 13b35db4811fde315b2fd909d989fa5559f9e166 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Fri, 24 Jun 2016 13:40:19 +0200 Subject: [PATCH] Simplify test running directions --- docs/developer.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/developer.rst b/docs/developer.rst index 8be3fe3c..16d2fef4 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -104,8 +104,7 @@ Then be sure to pass the tests:: When contributing to pycodestyle, please observe our `Code of Conduct`_. -To run the Travis CI tests, you'll have to create a build the pycodestyle -package using tox:: +To run the tests, use tox:: $ pip install -r dev-requirements.txt $ tox