File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ before_install:
3131 export FC=gfortran;
3232 brew install opencoarrays > /dev/null;
3333 else
34- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y;
35- sudo apt-get update -q;
36- sudo apt-get install -yq gfortran-6;
34+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y > /dev/null ;
35+ sudo apt-get update -q > /dev/null ;
36+ sudo apt-get install -yq gfortran-6 > /dev/null ;
3737 fi
3838
3939install :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ long_description = file: README.md
2323long_description_content_type = text/markdown
2424
2525[options]
26- python_requires = >= 3.6
26+ python_requires = >= 3.5
2727setup_requires =
2828 setuptools >= 38.6
2929 pip >= 10
You can’t perform that action at this time.
0 commit comments