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 f39b853 commit e4cdc16Copy full SHA for e4cdc16
.travis.yml
@@ -2,9 +2,9 @@ language: python
2
python:
3
- "2.7"
4
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
+ #- sudo apt-get update -qq
+ #- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
+ #- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
8
- virtualenv --system-site-packages ~/virtualenv/this
9
- source ~/virtualenv/this/bin/activate
10
install:
0 commit comments