diff --git a/README.rst b/README.rst index c415326..f4f81ae 100644 --- a/README.rst +++ b/README.rst @@ -7,17 +7,16 @@ board-side probe. * Free software: Apache 2.0 license * Website: http://stack4things.unime.it/ -* Documentation: http://docs.openstack.org/developer/iotronic_lightningrod -* Source: https://github.com/openstack/iotronic-lightning-rod +* Source: https://opendev.org/x/iotronic-lightning-rod * Bugs: https://bugs.launchpad.net/iotronic-lightning-rod Installation guides ------------------- -* `Raspberry Pi 3 `_. +* `Raspberry Pi 3 `_. -* `Ubuntu 16.04 `_. +* `Ubuntu 16.04 `_. * Docker: diff --git a/tox.ini b/tox.ini index f9399a4..62a705f 100644 --- a/tox.ini +++ b/tox.ini @@ -40,6 +40,8 @@ commands = [testenv:py35] basepython = python3.5 +[testenv:py36] +basepython = python3.6 [flake8] # TODO(dmllr): Analyze or fix the warnings blacklisted below