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 ff79864 commit 6a02696Copy full SHA for 6a02696
.travis.yml
@@ -3,15 +3,18 @@ language: python
3
python:
4
- 2.7
5
6
+virtualenv:
7
+ system_site_packages: true
8
+
9
before_install:
10
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
11
- sudo apt-get update -qq
12
+ - sudo apt-get install -qq python-numpy python-scipy
13
- sudo apt-get install gfortran-4.9
14
- sudo ln -fs /usr/bin/gfortran-4.9 /usr/bin/gfortran && gfortran --version
15
- sudo -H pip install FoBiS.py && FoBiS.py --version
16
- sudo -H pip install ford && ford --version
17
- sudo -H pip install matplotlib
- - sudo -H pip install numpy
18
- export PATH=".:$PATH"
19
20
before_script:
0 commit comments