mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 09:08:01 -05:00
try fix test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: python
|
||||
python:
|
||||
- 3.6.5
|
||||
- 3.6
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
@@ -15,6 +15,7 @@ before_install:
|
||||
- conda info -a
|
||||
|
||||
install:
|
||||
- conda uninstall numpy
|
||||
- conda install numpy
|
||||
- conda install scipy
|
||||
- conda install matplotlib
|
||||
@@ -22,7 +23,6 @@ install:
|
||||
- pip install cvxpy
|
||||
- conda install -y -c cvxgrp cvxpy
|
||||
- conda install -y -c anaconda cvxopt
|
||||
- conda install numpy
|
||||
|
||||
script:
|
||||
- python --version
|
||||
|
||||
Reference in New Issue
Block a user