Skip to content

Commit 8020700

Browse files
committed
[Temp] rollback changes to fix flake8 issue
1 parent 28bef76 commit 8020700

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ os: linux
1919
dist: xenial
2020
language: java
2121
jdk: openjdk11
22-
addons:
23-
apt:
24-
sources:
25-
- deadsnakes
26-
packages:
27-
- python3.8
2822

2923
services:
3024
- docker
@@ -60,13 +54,10 @@ cache:
6054
- $HOME/.gradle/wrapper/
6155

6256
before_install:
57+
- ./tools/travis/docker.sh
6358
- sudo apt-get install -y python3-pip
6459
- pip install --user --upgrade pip setuptools six
6560
- 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
7061

7162
install:
7263
- ./tools/travis/setup.sh

tools/travis/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function retry() {
3232

3333
# Python
3434
pip install --user couchdb
35-
pip3 install --user couchdb
3635

3736
# Ansible
3837
pip install --user ansible==2.5.2

0 commit comments

Comments
 (0)