mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Upgrade prefetched tox env to py37 (#22029)
This commit is contained in:
committed by
Fabian Affolter
parent
abf2e763b1
commit
4ff8a46acf
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user