From d308b05fdac46de6a4a9fb78aaafe9ef800f5549 Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Fri, 4 Sep 2020 16:51:08 -0700 Subject: [PATCH] Fixed travis yml --- .travis.yml | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b02557..3efc77e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file +include: + - pip install pycryptodome + - pip install pytuya +script: + - python test.py + - pip install tinytuya + - python test.py \ No newline at end of file