From 92199de4974718a71afdfdb72dd43a8173fd5620 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 25 Jun 2012 14:00:31 -0500 Subject: [PATCH] Add full test environment. Add a tox environment that will install all of the optional packages and which will run with system site packages enabled so that we pick up those tests as well. This should allow us to run expansive tests on jenkins that aren't normally required locally, but which are possible. Change-Id: Iabd61874061e24950d4d2082a2fba158b4601624 --- test-options | 1 + test-requires | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test-options diff --git a/test-options b/test-options new file mode 100644 index 0000000..c7a2347 --- /dev/null +++ b/test-options @@ -0,0 +1 @@ +MySQL-python diff --git a/test-requires b/test-requires index 3adddef..0e230fc 100644 --- a/test-requires +++ b/test-requires @@ -7,4 +7,3 @@ nose openstack.nose_plugin>=0.7 pep8==1.1 sphinx>=1.1.2 -MySQL-python