Skip to content

Commit 92237d6

Browse files
authored
Update .travis.yml
1 parent bbe0f3a commit 92237d6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: python
33
matrix:
44
include:
55
- os: linux
6-
#- os: osx
7-
#python: "3.6-dev"
6+
- os: osx
7+
python: "3.6-dev"
88

99
python:
1010
- 3.6
@@ -21,18 +21,12 @@ before_install:
2121
# Useful for debugging any issues with conda
2222
- conda info -a
2323
- conda install python==3.6.8
24-
#- conda env create -f ./environment.yml
25-
#- activate python_robotics
26-
2724

2825
install:
2926
- conda install numpy==1.15
3027
- conda install scipy
3128
- conda install matplotlib
3229
- 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
3630
- pip install cvxpy
3731
- conda install coveralls
3832

0 commit comments

Comments
 (0)