mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
added requirements and travis files
This commit is contained in:
parent
9575926666
commit
885c877e4d
2 changed files with 8 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.8"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- main.pyw
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
requests
|
Loading…
Reference in a new issue