Skip to content

Commit a041759

Browse files
committed
py35
1 parent 0326739 commit a041759

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3939
install:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ long_description = file: README.md
2323
long_description_content_type = text/markdown
2424

2525
[options]
26-
python_requires = >= 3.6
26+
python_requires = >= 3.5
2727
setup_requires =
2828
setuptools >= 38.6
2929
pip >= 10

0 commit comments

Comments
 (0)