Skip to content

Commit

Permalink
Fix install for travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Sep 4, 2020
1 parent d308b05 commit e2ee3ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2ee3ce

Please sign in to comment.