diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 01:23:30 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 01:23:30 -0400 |
commit | 720ac7cab46f57971c71d2d2aec8235a47a53582 (patch) | |
tree | 9c770e512f86c85f626ae3ee8c1e71c8b70b64d7 /README.rst | |
parent | c5a3ad66c44267e2e8906f472251db82279d287f (diff) |
[tests] add a separate env for development branches of soledad/common
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |