Skip to content

Commit e4cdc16

Browse files
committed
Updated.
1 parent f39b853 commit e4cdc16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
python:
33
- "2.7"
44
before_install:
5-
- sudo apt-get update -qq
6-
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
7-
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
5+
#- sudo apt-get update -qq
6+
#- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
7+
#- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
88
- virtualenv --system-site-packages ~/virtualenv/this
99
- source ~/virtualenv/this/bin/activate
1010
install:

0 commit comments

Comments
 (0)