Bug Fixes
- Remove byte strings ([1085](https://github.com/ocadotechnology/rapid-router/pull/1085),
[`279f0be`](https://github.com/ocadotechnology/rapid-router/commit/279f0be5f9e04a2bfdf8494ce2c926f70d2ee82f))
* fix: Remove byte strings
Signed-off-by: Niket Shah <masterniketgmail.com>
* test on python 3 as well
* speicify minor version as well
* remove mentions of matrix
* try a different way of running tests on both versions
* Make Python tests run in parallel
* Remove last bytestring
* pull from appropriate branch of portal
* Add the right branch of portal to the test script as well
* Specify Python version 3.6.10
* Download Python 3.6.7 as latest one available
* Unzip chromedriver in correct folder
* Fix encoding issues in tests
* Ran black and changed how blocks are passed to template in the level editor
Signed-off-by: Niket <niket.shah1ocado.com>
* fix enconding in tests
* fix encoding error
* Switch dev environment to only care about Python 3
* fix syntax error in setup.py
* Run black