Skip to content

Commit 85f2e97

Browse files
committed
Reduce job execution time
1 parent cd2b86a commit 85f2e97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
cache: pip
23
jobs:
34
include:
45
- name: "Python 3.8 on Focal"
@@ -12,7 +13,7 @@ install:
1213
- sudo apt install mongodb
1314
- sudo apt-get update
1415
- source ~/virtualenv/python3.8/bin/activate
15-
- pip install -U scikit-learn
16+
- pip install -U scikit-learn==0.21.2
1617
- export PYTHONPATH="${PYTHONPATH}:./src/jarvis"
1718

1819
script:

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pyowm==2.10.0
3535
pyttsx3==2.71
3636
pytz==2019.1
3737
requests==2.21.0
38-
scikit-learn==0.21.2
3938
scipy==1.5.4
4039
six==1.12.0
4140
soupsieve==1.9.1

0 commit comments

Comments
 (0)