Skip to content

Commit 3f2df80

Browse files
committed
Reduce job execution time
1 parent 2484685 commit 3f2df80

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@ jobs:
99

1010
install:
1111
- echo "Install"
12-
- python -V
13-
- sudo apt-get install build-essential
14-
- sudo apt-get install python3-dev
15-
- sudo apt-get install python3-setuptools
16-
- sudo apt-get update
17-
- pip3 install --upgrade cython
18-
- pip3 install wheel
19-
#- sudo bash setup.sh
12+
- pip3 install -U scikit-learn
13+
14+
#- sudo bash setup.sh
2015

2116
script:
2217
- sudo bash run_tests.sh

0 commit comments

Comments
 (0)