Require python 3.6

This commit is contained in:
mikolajp 2018-03-05 13:41:26 +08:00
parent b6339fdb04
commit cbccd2d541

View File

@ -5,6 +5,8 @@ script: meson build && cd ./build && ninja
#
# notifications:
# email: false
python:
- "3.6"
before_install:
- wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
@ -19,7 +21,7 @@ before_install:
- sudo make install
- cd ..
install:
- pip3 install --user meson
- pip install --user meson
addons:
apt:
@ -36,8 +38,6 @@ addons:
- g++
- re2c
- libcurl4-gnutls-dev
- python3
- python3-pip
- unzip
# before_deploy: "make deb" # TODO
deploy: