Luke Murphy
4 years ago
2 changed files with 15 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||
language: python |
|||
|
|||
python: |
|||
- "3.6" |
|||
- "3.7" |
|||
- "3.8" |
|||
|
|||
install: |
|||
- pip install -r requirements.txt |
|||
|
|||
script: |
|||
- pyinstaller --onefile dropship.py |
Loading…
Reference in new issue