Skip to content

Commit abb5bc4

Browse files
committed
update travis
1 parent 0bb01a6 commit abb5bc4

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
@@ -7,10 +7,10 @@ python:
77
- "3.4"
88
- "3.5"
99
install:
10-
- pip install --only-binary=scipy numpy nose sklearn pytest
10+
- pip install --only-binary=numpy,scipy numpy nose scipy pytest sklearn
1111
- pip install tensorflow
1212
- pip install git+https://github.com/hycis/TensorGraph.git@master
13-
- pip3 install --only-binary=scipy numpy nose sklearn pytest
13+
- pip3 install --only-binary=numpy,scipy numpy nose scipy pytest sklearn
1414
- pip3 install tensorflow
1515
- pip3 install git+https://github.com/hycis/TensorGraph.git@master
1616
script:

0 commit comments

Comments
 (0)