From e2ee3ce1f97d022b6e23c099bc8f9d72deb9dd1c Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Fri, 4 Sep 2020 16:55:12 -0700 Subject: [PATCH] Fix install for travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3efc77e..d10b48b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,13 @@ python: - "3.4" - "3.5" - "3.6" -include: + +# command to install dependencies +install: - pip install pycryptodome - pip install pytuya + +# command to run tests script: - python test.py - pip install tinytuya