File tree 3 files changed +23
-21
lines changed
3 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: python
2
2
matrix :
3
3
include :
4
4
- name : " Ubuntu 20.04 Job"
5
+ - python :
6
+ - " 3.8"
5
7
- os : linux
6
8
- dist : focal
7
9
Original file line number Diff line number Diff line change 1
- appdirs == 1.4.3
2
- APScheduler == 3.6.0
3
- backports.entry-points-selectable == 1.1.0
4
- beautifulsoup4 == 4.7.1
5
- bs4 == 0.0.1
6
- certifi == 2019.3.9
7
- chardet == 3.0.4
8
- Click == 7.0
9
- colorize == 1.1.0
10
- Cython == 0.29.24
11
- distlib == 0.3.3
12
- filelock == 3.3.0
13
- geojson == 2.4.1
14
- google == 2.0.2
15
- gTTS-token == 1.1.3
16
- idna == 2.8
17
- inflect == 2.1.0
18
- jaraco.itertools == 4.4.2
19
- joblib == 0.14.0
1
+ appdirs
2
+ APScheduler
3
+ backports.entry-points-selectable
4
+ beautifulsoup4
5
+ bs4
6
+ certifi
7
+ chardet
8
+ Click
9
+ colorize
10
+ Cython
11
+ distlib
12
+ filelock
13
+ geojson
14
+ google
15
+ gTTS-token
16
+ idna
17
+ inflect
18
+ jaraco.itertools
19
+ joblib
20
20
lxml == 4.6.3
21
21
mock == 3.0.5
22
22
more-itertools == 7.0.0
Original file line number Diff line number Diff line change 66
66
# -----------------------------------
67
67
source $JARVIS_DIR /$VIRTUAL_ENV /bin/activate
68
68
69
- ACTIVATED_PYTHON_ENV =$( which python)
70
- echo " ${green} ${ACTIVATED_PYTHON_ENV } activated!${reset} "
69
+ activated_python_version =$( python -V )
70
+ echo " ${green} ${activated_python_version } activated!${reset} "
71
71
72
72
# Install python requirements
73
73
pip3 install --upgrade cython
You can’t perform that action at this time.
0 commit comments