Skip to content

Commit bc22391

Browse files
authored
Ammalabbasi patch 2 (#8)
* Update .travis.yml
1 parent 1e14216 commit bc22391

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ dist: xenial
22
language: python
33

44
python:
5-
- '3.8'
5+
- '3.9'
66

77
before_install:
8-
if ! [ -f ./src/GRCh37.tar.gz ]; then
9-
wget ftp://alexandrovlab-ftp.ucsd.edu/pub/tools/SigProfilerMatrixGenerator/GRCh37.tar.gz -P ./src/;
10-
fi
8+
- pip install --upgrade setuptools packaging
9+
- if ! [ -f ./src/GRCh37.tar.gz ]; then wget --connect-timeout=10 --tries=20 ftp://alexandrovlab-ftp.ucsd.edu/pub/tools/SigProfilerMatrixGenerator/GRCh37.tar.gz -P ./src/; fi
10+
1111

1212
install:
1313
- pip install .

0 commit comments

Comments
 (0)