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 bbe0f3a commit 92237d6Copy full SHA for 92237d6
.travis.yml
@@ -3,8 +3,8 @@ language: python
3
matrix:
4
include:
5
- os: linux
6
- #- os: osx
7
- #python: "3.6-dev"
+ - os: osx
+ python: "3.6-dev"
8
9
python:
10
- 3.6
@@ -21,18 +21,12 @@ before_install:
21
# Useful for debugging any issues with conda
22
- conda info -a
23
- conda install python==3.6.8
24
- #- conda env create -f ./environment.yml
25
- #- activate python_robotics
26
-
27
28
install:
29
- conda install numpy==1.15
30
- conda install scipy
31
- conda install matplotlib
32
- conda install pandas
33
- #- conda config --add channels oxfordcontrol
34
- #- conda install -c conda-forge lapack
35
- #- conda install -c cvxgrp cvxpy=1.0.24
36
- pip install cvxpy
37
- conda install coveralls
38
0 commit comments