9043 Fixed error while running dev docker (#9044)

pull/9091/head
Alex 2017-08-22 11:48:50 +01:00 committed by Andrey
parent dd0ca0adc4
commit 5a3a43cd5b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ COPY requirements_test_all.txt setup.cfg setup.py tox.ini ./
COPY homeassistant/const.py homeassistant/const.py
# Prefetch dependencies for tox
COPY homeassistant/package_constraints.txt homeassistant/package_constraints.txt
RUN tox -e py36 --notest
# END: Development additions