diff options
author | Kali Kaneko <kali@leap.se> | 2016-07-12 03:24:44 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-12 03:24:44 +0200 |
commit | 179dfe95102f7314ca6a59a95dd1080080a5724a (patch) | |
tree | b0cea946a353076af70c0f57a162ed0d51d8f26d /README.rst | |
parent | 9b0f6c70fd5b7adc507ea4a1d4cc80f4c05aa994 (diff) |
add pep8/flake8 to tox
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -47,11 +47,10 @@ Compatibility Tests ----- -Client and server tests are both included in leap.soledad.common. If you want -to run tests in development mode you must do the following:: +Soledad tests use tox, and they live in the testing folder:: - scripts/develop_mode.sh - scripts/run_tests.sh + cd testing + tox Note that to run CouchDB tests, be sure you have `CouchDB`_ installed on your system. |