Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d429eb commit de566dfCopy full SHA for de566df
.travis.yml
@@ -4,7 +4,7 @@ python:
4
- "3.4"
5
6
install:
7
- - sudo apt-get -qq install libatlas-base-dev
+ - sudo apt-get -qq install libatlas-base-dev gfortran
8
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
9
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
10
- pip install pep8
0 commit comments