File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ os: linux
19
19
dist : xenial
20
20
language : java
21
21
jdk : openjdk11
22
- addons :
23
- apt :
24
- sources :
25
- - deadsnakes
26
- packages :
27
- - python3.8
28
22
29
23
services :
30
24
- docker
@@ -60,13 +54,10 @@ cache:
60
54
- $HOME/.gradle/wrapper/
61
55
62
56
before_install :
57
+ - ./tools/travis/docker.sh
63
58
- sudo apt-get install -y python3-pip
64
59
- pip install --user --upgrade pip setuptools six
65
60
- pip3 install --user --upgrade pip setuptools six
66
- - export PYTHONPATH=$PYTHONPATH:$(pwd)
67
- - python3 --version && which python3
68
- - python3.8 --version && which python3.8
69
- - ./tools/travis/docker.sh
70
61
71
62
install :
72
63
- ./tools/travis/setup.sh
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ function retry() {
32
32
33
33
# Python
34
34
pip install --user couchdb
35
- pip3 install --user couchdb
36
35
37
36
# Ansible
38
37
pip install --user ansible==2.5.2
You can’t perform that action at this time.
0 commit comments