Skip to content

Commit e2ee3ce

Browse files
committed
Fix install for travis.yml
1 parent d308b05 commit e2ee3ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7-
include:
7+
8+
# command to install dependencies
9+
install:
810
- pip install pycryptodome
911
- pip install pytuya
12+
13+
# command to run tests
1014
script:
1115
- python test.py
1216
- pip install tinytuya

0 commit comments

Comments
 (0)