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

Commit 86abd34

Browse files
author
Juanjo Alvarez
committed
Fix travis build
1 parent 71ea781 commit 86abd34

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
test-native-internal:
2-
cd native/python_package/test; \
2+
pip3 install --user native/dev_deps/python-pydetector/ || pip3 install --user pydetector-bblfsh
3+
pip3 install --user git+https://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
4+
cd native/python_package/test && \
35
python3 -m unittest discover
46

57
build-native-internal:
6-
cd native/python_package/; \
8+
cd native/python_package/ && \
79
pip3 install -U --user .
810
cp native/sh/native.sh $(BUILD_PATH)/native;
911
chmod +x $(BUILD_PATH)/native

0 commit comments

Comments
 (0)