Skip to content

Commit

Permalink
py35
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 23, 2018
1 parent 0326739 commit a041759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ before_install:
export FC=gfortran;
brew install opencoarrays > /dev/null;
else
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y;
sudo apt-get update -q;
sudo apt-get install -yq gfortran-6;
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y > /dev/null;
sudo apt-get update -q > /dev/null;
sudo apt-get install -yq gfortran-6 > /dev/null;
fi

install:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ long_description = file: README.md
long_description_content_type = text/markdown

[options]
python_requires = >= 3.6
python_requires = >= 3.5
setup_requires =
setuptools >= 38.6
pip >= 10
Expand Down

0 comments on commit a041759

Please sign in to comment.