diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6d00495 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.8" +install: + - pip install -r requirements.txt +script: + - main.pyw \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..663bd1f --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +requests \ No newline at end of file