Skip to content

Commit b374a8f

Browse files
committed
update travis
1 parent f774b22 commit b374a8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@ language: python
22
python:
33
- 3.6
44

5+
before_install:
6+
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
7+
- chmod +x miniconda.sh
8+
- "./miniconda.sh -b"
9+
- export PATH=/home/travis/miniconda2/bin:$PATH
10+
- conda update --yes conda
11+
- sudo rm -rf /dev/shm
12+
- sudo ln -s /run/shm /dev/shm
13+
514
install:
615
- "pip install scipy"
716
- "pip install numpy"
817
- "pip install matplotlib"
918
- "pip install pandas"
19+
- "pip install cvxpy"
20+
- conda install -y -c cvxgrp cvxpy
21+
- conda install -y -c anaconda cvxopt
1022

1123
script:
1224
- python --version

0 commit comments

Comments
 (0)