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