Skip to content

Commit 6a02696

Browse files
committed
try this.
1 parent ff79864 commit 6a02696

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ language: python
33
python:
44
- 2.7
55

6+
virtualenv:
7+
system_site_packages: true
8+
69
before_install:
710
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
811
- sudo apt-get update -qq
12+
- sudo apt-get install -qq python-numpy python-scipy
913
- sudo apt-get install gfortran-4.9
1014
- sudo ln -fs /usr/bin/gfortran-4.9 /usr/bin/gfortran && gfortran --version
1115
- sudo -H pip install FoBiS.py && FoBiS.py --version
1216
- sudo -H pip install ford && ford --version
1317
- sudo -H pip install matplotlib
14-
- sudo -H pip install numpy
1518
- export PATH=".:$PATH"
1619

1720
before_script:

0 commit comments

Comments
 (0)