.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
---
.travis.yml (115B)
---
1 dist: xenial
2 language: python
3
4 python:
5 - 3.7
6
7 install:
8 - pip install requests
9
10 script:
11 - cd tests && ./check.sh