From 720ac7cab46f57971c71d2d2aec8235a47a53582 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 1 Sep 2016 01:23:30 -0400 Subject: [tests] add a separate env for development branches of soledad/common --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 80dbb67..ecfe3fa 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ bitmask-dev =========== -Your internet encryption toolkit. +**Your internet encryption toolkit** Develop ------- @@ -9,7 +9,9 @@ If you want to develop for the encrypted mail service, execute inside your virtu make dev-mail -If you want to develop for the gui client:: +If you want to develop for the gui client too, you have to have installed the +python2 bindings for Qt5 in your system (in debian is python-pyqt5). After +ensuring this, you can do:: make dev-all @@ -21,4 +23,7 @@ Tests need tox:: pip install tox tox +If you are developing against a non-published branch of leap.common or +leap.soledad, run instead:: + tox -e py27-dev -- cgit v1.2.3