Use spaces instead of tab (seems that Travis is not happy with tabs!) - 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 7f2009b6f37d9c9aa735b7c009544fc20f389712
(DIR) parent 9fa4bf64823027ea9b4dc8217d46179202998acd
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sun, 6 Jan 2019 21:43:06 +0100
Use spaces instead of tab (seems that Travis is not happy with tabs!)
Diffstat:
M .travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -1,10 +1,10 @@
language: python
python:
- - 3.7
+ - 3.7
install:
- - pip install requests
+ - pip install requests
script:
- - cd tests && ./check.sh
+ - cd tests && ./check.sh