diff options
author | kali <kali@leap.se> | 2012-08-22 07:40:35 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-22 07:40:35 +0900 |
commit | f6458e263415e35fa8934b404e472346c61a4209 (patch) | |
tree | cb6ea174d0f0c23d00482197388500f552eace66 /setup/test-requirements.pip | |
parent | 04676d5869c33a419d199b1be7dbb616c31434c2 (diff) |
fix install virtualenv for running tests
(actually, it's not completely working.
it's missing a fix for the broken qt4 libs
inside virtualenv, which still need manual intervention)
Diffstat (limited to 'setup/test-requirements.pip')
-rw-r--r-- | setup/test-requirements.pip | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/test-requirements.pip b/setup/test-requirements.pip new file mode 100644 index 00000000..26db61c8 --- /dev/null +++ b/setup/test-requirements.pip @@ -0,0 +1,5 @@ +coverage +mock +nose +pep8==1.1 +sphinx>=1.1.2 |