Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
sudo: false
sudo: true
services:
- docker
cache:
Expand All @@ -9,9 +9,11 @@ python:
- "3.5"
- "3.6"
install:
- wget https://github.com/bblfsh/client-python/releases/download/v2.2.1/protobuf-python_3.4.1-1_amd64.deb
- sudo dpkg -i protobuf-python_3.4.1-1_amd64.deb
- pip3 install --upgrade pip
- pip3 install grpcio
- make bblfsh/libuast
- pip3 install -r requirements.txt
- python3 setup.py --getdeps
- pip3 install . --upgrade
script:
- python3 setup.py build_ext -i
Expand Down
63 changes: 0 additions & 63 deletions Makefile

This file was deleted.

109 changes: 0 additions & 109 deletions gopkg.in/bblfsh/sdk.v1/protocol/generated.proto

This file was deleted.

Loading