Add an initial .travis.yml - transferwee - Download/upload file via wetransfer.com
(HTM) git clone https://github.com/iamleot/transferwee
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 9fa4bf64823027ea9b4dc8217d46179202998acd
(DIR) parent 6af0b64011f941cd9ca77419d3f199534eb07932
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sun, 6 Jan 2019 21:39:35 +0100
Add an initial .travis.yml
(WARNING: Completely untested and I have still not really RTFM!)
Diffstat:
A .travis.yml | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+
+python:
+ - 3.7
+
+install:
+ - pip install requests
+
+script:
+ - cd tests && ./check.sh