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:
parent
1eaec8f406
commit
43296069c3
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue