From 02f530b858da9b28cf610f396da758702bc9634b Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 18 May 2015 12:54:42 -0400 Subject: [PATCH] Modify test requirements. --- README.rst | 2 +- test_requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 79bca84b..5082eb49 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,6 @@ pulp_python .. image:: https://coveralls.io/repos/pulp/pulp_python/badge.png?branch=master :target: https://coveralls.io/r/pulp/pulp_python?branch=master -A Pulp plugin to support Python packages. +A Pulp plugin to support hosting your own pip compatible Python packages. For more information, please see http://www.pulpproject.org. diff --git a/test_requirements.txt b/test_requirements.txt index 9e422d49..c8a4b76d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,7 @@ +coverage +coveralls flake8 flake8-import-order -coveralls -coverage +mock nose pep257