Skip to content
Snippets Groups Projects
Commit 7d23fb9e authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

tried adding cvxopt to conda install on travis

parent 4b10ba2e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib h5py pylint
numpy scipy nose pandas matplotlib h5py pylint cvxopt
- source activate test-environment
- pip install pypandoc
- pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment