Skip to content

Commit 2d70413

Browse files
committed
try fix test
1 parent 563c9ad commit 2d70413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- 3.6.5
3+
- 3.6
44

55
before_install:
66
- sudo apt-get update
@@ -15,14 +15,14 @@ before_install:
1515
- conda info -a
1616

1717
install:
18+
- conda uninstall numpy
1819
- conda install numpy
1920
- conda install scipy
2021
- conda install matplotlib
2122
- conda install pandas
2223
- pip install cvxpy
2324
- conda install -y -c cvxgrp cvxpy
2425
- conda install -y -c anaconda cvxopt
25-
- conda install numpy
2626

2727
script:
2828
- python --version

0 commit comments

Comments
 (0)