Update .travis.yml

master
Xonshiz 2021-01-13 21:16:41 +05:30
parent abf8bb97bd
commit b07bfd3593
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ matrix:
dist: trusty
install:
- "pip install bs4"
- "pip install pathlib"
script:
- cd src
- python __main__.py
@ -19,6 +20,7 @@ matrix:
dist: trusty
install:
- "pip install bs4"
- "pip install pathlib"
script:
- cd src
- python __main__.py
@ -36,6 +38,7 @@ matrix:
install:
- "python --version"
- "pip install bs4"
- "pip install pathlib"
- "pip install pyinstaller"
script:
- cd src
@ -73,6 +76,7 @@ matrix:
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
install:
- "pip install bs4"
- "pip install pathlib"
- "pip install pyinstaller"
script:
- cd src
@ -107,6 +111,7 @@ matrix:
- python3 -m pip install --upgrade pip
install:
- "pip install bs4"
- "pip install pathlib"
- "pip install pyinstaller"
script:
- cd src