summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSalimane Adjao Moustapha <me@salimane.com>2013-04-19 18:26:20 +0800
committerSalimane Adjao Moustapha <me@salimane.com>2013-04-19 18:26:58 +0800
commit8e99e56af8b85923aa146d2d0ef4e7b2f92b3471 (patch)
tree9b665692654bf2192f841f909f7c6be5c1f14bd6 /tests
parent8b22e3ecd90dd3ac741ff107d6f3fc8c511443ba (diff)
add system virtualenv to tests
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/requirements.pp b/tests/requirements.pp
index a57093f..9a954fa 100644
--- a/tests/requirements.pp
+++ b/tests/requirements.pp
@@ -8,3 +8,8 @@ python::requirements { '/var/www/project1/requirements.txt':
virtualenv => '/var/www/project1',
proxy => 'http://proxy.domain.com:3128',
}
+
+python::requirements { '/var/www/project1/requirements.txt':
+ virtualenv => 'system',
+ proxy => 'http://proxy.domain.com:3128',
+}