Skip to content

Commit

Permalink
Added testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Dec 16, 2014
1 parent 9649011 commit e6ff577
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ As you might have guessed, with all of this magic going on under the hood, there
are a few dependencies:

* [arrow](https://pypi.python.org/pypi/arrow)
* [pyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL) (Optional: see "Troubleshooting" below)
* [pyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL) (Optional: see "Troubleshooting" above)
* [python-dateutil](https://pypi.python.org/pypi/python-dateutil)
* [pytz](https://pypi.python.org/pypi/pytz)
* [IPy](https://pypi.python.org/pypi/IPy/)
Expand All @@ -179,6 +179,25 @@ JSON-decoding step considerably, and
documentation files for offline use.


## Running Tests

There's a full battery of tests for all measurement types, so if you've made
changes and would like to submit a pull request, please run them (and update
them!) before sending your request:

```bash
$ python setup.py test
```

You can also install `tox` to test everything in all of the supported Python
versions:

```bash
$ pip install tox
$ tox
```


## Further Documentation

Complete documentation can always be found on
Expand Down

0 comments on commit e6ff577

Please sign in to comment.