## Test compatibility with different versions of Python
Install tox:
```bash
pip install tox
```
The current [tox configuration](../../../tox.ini) runs the tests with Python 2.7 and 3.4-3.7. If your system does not have one of those interpreters, it will be skipped.
Run all tests with all specified versions of Python: