From e1b1669935949f703a3be7317d542c27ececebb0 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Tue, 21 Jul 2015 16:47:59 -0300 Subject: [PATCH] Fix py.test run instructions on README --- README.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.rst b/README.rst index 813e1c207..c71d40636 100644 --- a/README.rst +++ b/README.rst @@ -112,13 +112,6 @@ Tests * To run all tests activate your virtualenv and issue these commands **at the root of the repository**: - - - When you run the tests for the first time:: - - py.test --create-db - - - And afterwards simply:: - py.test * To run the tests with coverage issue the command::