Skip to content

Commit d70bed9

Browse files
committed
update travis setting
1 parent 98b424c commit d70bed9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ before_install:
2020
- conda update -q conda
2121
# Useful for debugging any issues with conda
2222
- conda info -a
23-
- conda env create -f ./environment.yml
24-
- activate python_robotics
23+
- conda install python==3.6.8
24+
#- conda env create -f ./environment.yml
25+
#- activate python_robotics
2526

2627

2728
install:
28-
#- conda install numpy
29-
#- conda install scipy
30-
#- conda install matplotlib
31-
#- conda install pandas
32-
#- conda install -c conda-forge lapack
33-
#- conda install -c cvxgrp cvxpy
29+
- conda install numpy
30+
- conda install scipy
31+
- conda install matplotlib
32+
- conda install pandas
33+
- conda install -c conda-forge lapack
34+
- conda install -c cvxgrp cvxpy
3435
- conda install coveralls
3536

3637
script:

0 commit comments

Comments
 (0)