adjusting supported python versions

This commit is contained in:
Nigel Dokter 2017-01-26 19:02:15 +01:00
parent b4a520c8b4
commit 9e74c4c23c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ also includes a serial client to directly read and parse smart meter data.
Features
--------
DSMR Parser supports DSMR versions 2, 3, 4 and 5. It has been tested with Python 3.5.
DSMR Parser supports DSMR versions 2, 3, 4 and 5. It has been tested with Python 3.4 and 3.5.
Examples

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py35
envlist = py34,py35,py36
[testenv]
deps=