diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 17:42:19 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 17:42:19 -0700 |
commit | 20355d22ec4d674e7c0ae04ef72b3755f6306ba8 (patch) | |
tree | f3a016e1a38f913c994570e8ef9baca151b97d9b /README.rst | |
parent | 487ae193970c200549b75c391c65999909540d53 (diff) | |
parent | f09a0d3853ab7848ed8cd16148ce95ff58e09e8a (diff) |
Merge branch '2.0' into 2.1
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,6 +132,7 @@ doc/ folder. There are also unit tests here:: - $ python ./test.py + $ pip install -r dev-requirements.txt + $ pytest Which will verify that most of the core components are working correctly. |