File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121# addons:
2222# mariadb: '10.1'
2323before_install :
24- - ls -al /etc/mysql
24+ - ls -al /etc/mysql
2525 - sudo service mysql stop
2626# lower-case-table-names = 1 leaving lower_case_table_names=1 since that is what the docs say
2727 - echo "[mysqld]" > $HOME/.my.cnf
Original file line number Diff line number Diff line change 1717from os import path
1818
1919here = path .abspath (path .dirname (__file__ ))
20- # with open('requirements.txt') as f:
21- # require = f.readlines()
22- # install_reqs = [r.strip() for r in require if
23- # not r.startswith('http') and not r.startswith('#')]
2420
2521from pip .req import parse_requirements
26-
2722install_reqs = parse_requirements ('requirements.txt' , session = False )
28-
2923reqs = [str (ir .req ) for ir in install_reqs ]
3024
3125# Get the long description from the relevant file
You can’t perform that action at this time.
0 commit comments