mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
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:
committed by
Paulus Schoutsen
parent
1eaec8f406
commit
43296069c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user