Skip to content

Commit fdb0643

Browse files
committed
fixing travis yaml
1 parent 2ee9fd7 commit fdb0643

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@ otp_release: 22.0
77
addons:
88
apt:
99
packages:
10+
- python3
1011
- python3-pip
1112

12-
before_install:
13-
- sudo apt-get update
14-
- sudo apt-get install python3
15-
1613
install:
1714
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
1815
- mkdir ${PWD}/mongodb
1916
- tar xzf mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
2017

2118
before_script:
19+
- pyenv global 3.6
2220
- pip3 install --upgrade pip
2321
- pip3 install mtools[all]
2422
- export PATH=${PWD}/mongodb/bin/:$PATH

0 commit comments

Comments
 (0)