Skip to content

Commit

Permalink
for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Feb 7, 2017
1 parent 9a950aa commit b18a2cc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: python
python:
- 2.7
addons:
Expand All @@ -6,10 +7,10 @@ addons:
- libblas-dev
- liblapack-dev
- gfortran
install:
- sudo pip install -U pip pip-tools
- sudo pip-compile
- sudo pip install -r requirements.txt
before_install:
- wget http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.3.tar.gz
- tar -xf SuiteSparse-4.5.3.tar.gz
- export CVXOPT_SUITESPARSE_SRC_DIR=$(pwd)/SuiteSparse
script:
- python --version
- ./test_run.sh
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cvxcanon>=0.1.1 # via cvxpy
cvxopt>=1.1.9
cvxpy>=0.4.8
cycler>=0.10.0 # via matplotlib
ecos>=2.0.4 # via cvxpy
fastcache>=1.0.2 # via cvxpy
functools32>=3.2.3.post2 # via matplotlib
matplotlib>=2.0.0
multiprocess>=0.70.4 # via cvxpy
numpy>=1.12.0
pyparsing>=2.1.10 # via matplotlib
python-dateutil>=2.6.0 # via matplotlib
pytz>=2016.10 # via matplotlib
scipy>=0.18.1
scs>=1.2.6 # via cvxpy
six>=1.10.0 # via cvxpy, cycler, matplotlib, python-dateutil
subprocess32>=3.2.7 # via matplotlib
toolz>=0.8.2 # via cvxpy

0 comments on commit b18a2cc

Please sign in to comment.