Skip to content

Commit

Permalink
Remove development/testing and empty sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 11, 2022
1 parent 1000841 commit 9490f20
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,44 +205,3 @@ You can change settings with abodepy either using abode.set_setting(setting, val
+-----------------------+-----------------------------------------------------------------------------+
| confirm | (Siren) 0 for disabled, 1 for enabled |
+-----------------------+-----------------------------------------------------------------------------+

Development and Testing
=======================

Install the core dependencies::

$ sudo apt-get install python3-pip python3-dev python3-venv

Checkout from github and then create a virtual environment::

$ git clone https://github.com/jaraco/jaraco.abode
$ cd abodepy
$ python3 -m venv venv
Activate the virtual environment::

$ source venv/bin/activate
Install requirements::

$ pip install -r requirements.txt -r requirements_test.txt
Install abodepy locally in "editable mode"::

$ pip3 install -e .
Run the run the full test suite with tox before commit::

$ tox
Alternatively you can run just the tests::

$ tox -e py35

Library Usage
=============
TODO

Class Descriptions
==================
TODO

0 comments on commit 9490f20

Please sign in to comment.