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

Removed py34 (#12648)

This commit is contained in:
cdce8p
2018-02-25 08:05:20 +01:00
committed by Pascal Vizeli
parent f51a3738aa
commit da832dbda2
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35, py36, lint, requirements, typing
envlist = py35, py36, lint, requirements, typing
skip_missing_interpreters = True
[testenv]