1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

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
+1 -1
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