Skip to content

Commit f9f337e

Browse files
author
ggeop
committed
Another Travis run
1 parent 5a93592 commit f9f337e

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
matrix:
33
include:
44
- name: "Ubuntu 20.04 Job"
5+
- python:
6+
- "3.8"
57
- os: linux
68
- dist: focal
79

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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
2020
lxml==4.6.3
2121
mock==3.0.5
2222
more-itertools==7.0.0

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ fi
6666
#-----------------------------------
6767
source $JARVIS_DIR/$VIRTUAL_ENV/bin/activate
6868

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}"
7171

7272
# Install python requirements
7373
pip3 install --upgrade cython

0 commit comments

Comments
 (0)