Fix pip command

This commit is contained in:
mikolajp 2018-02-25 15:00:58 +08:00
parent 6a31387e46
commit fecf7579b8

View File

@ -7,7 +7,7 @@ script: meson build && cd ./build && ninja
# email: false # email: false
install: install:
- pip install meson - pip3 install meson
addons: addons:
apt: apt:
@ -24,6 +24,7 @@ addons:
- re2c - re2c
- libcurl4-gnutls-dev - libcurl4-gnutls-dev
- python3 - python3
- python3-pip
# before_deploy: "make deb" # TODO # before_deploy: "make deb" # TODO
deploy: deploy:
skip_cleanup: true skip_cleanup: true