Update docker dev environment to python3.6 (#7520)

* Update docker dev environment to python3.6

* comment out disable switches again
This commit is contained in:
Marc Egli 2017-05-10 05:16:46 +02:00 committed by Paulus Schoutsen
parent 1eaec8f406
commit 43296069c3
2 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@ docker build -t home-assistant-test -f virtualization/Docker/Dockerfile.dev .
docker run --rm \
-v `pwd`/.tox/:/usr/src/app/.tox/ \
-t -i home-assistant-test \
tox -e py35
tox -e py36