Upgrade prefetched tox env to py37 (#22029)

This commit is contained in:
Jason Hu
2019-03-14 05:09:32 -07:00
committed by Fabian Affolter
parent abf2e763b1
commit 4ff8a46acf

View File

@@ -51,7 +51,7 @@ 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
RUN tox -e py37 --notest
# END: Development additions