Skip to content

Commit

Permalink
Fixed travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Sep 4, 2020
1 parent 3f3c3ee commit d308b05
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ python:
- "3.4"
- "3.5"
- "3.6"

stages:
tinytuya
pytuya

jobs:
include:
- stage: tinytuya
script:
- pip install pycryptodome
- pip install tinytuya
- python test.py
- stage: pytuya
script:
- pip install pycryptodome
- pip install pytuya
- python test.py
include:
- pip install pycryptodome
- pip install pytuya
script:
- python test.py
- pip install tinytuya
- python test.py

0 comments on commit d308b05

Please sign in to comment.