Skip to content

Commit

Permalink
9043 Fixed error while running dev docker (home-assistant#9044)
Browse files Browse the repository at this point in the history
  • Loading branch information
MungoRae authored and andrey-git committed Aug 22, 2017
1 parent dd0ca0a commit 5a3a43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualization/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a3a43c

Please sign in to comment.