Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 998b5ee

Browse files
authored
Merge pull request #52 from juanjux/feature/nomakefile
Get protofiles from SDK release. Remove Makefile.
2 parents 9c4fbd8 + a65e95e commit 998b5ee

6 files changed

Lines changed: 155 additions & 555 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
sudo: false
2+
sudo: true
33
services:
44
- docker
55
cache:
@@ -9,9 +9,11 @@ python:
99
- "3.5"
1010
- "3.6"
1111
install:
12+
- wget https://github.com/bblfsh/client-python/releases/download/v2.2.1/protobuf-python_3.4.1-1_amd64.deb
13+
- sudo dpkg -i protobuf-python_3.4.1-1_amd64.deb
1214
- pip3 install --upgrade pip
13-
- pip3 install grpcio
14-
- make bblfsh/libuast
15+
- pip3 install -r requirements.txt
16+
- python3 setup.py --getdeps
1517
- pip3 install . --upgrade
1618
script:
1719
- python3 setup.py build_ext -i

Makefile

Lines changed: 0 additions & 63 deletions
This file was deleted.

gopkg.in/bblfsh/sdk.v1/protocol/generated.proto

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)