summaryrefslogtreecommitdiff
path: root/README.rst
blob: 80dbb6716b467ac74952187eb0ee7caf07e2aebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
bitmask-dev
===========
Your internet encryption toolkit.

Develop
-------

If you want to develop for the encrypted mail service, execute inside your virtualenv::

  make dev-mail

If you want to develop for the gui client::

  make dev-all

Tests
-----

Tests need tox::

  pip install tox
  tox