Fix travis python version.

This commit is contained in:
mikolajp 2018-02-25 14:51:22 +08:00
parent 88c28fe260
commit fc285b472c

View File

@ -5,11 +5,9 @@ script: meson build && cd ./build && ninja
#
# notifications:
# email: false
python:
3.6
install:
- pip install meson
- pip3 install meson
addons:
apt:
@ -25,7 +23,9 @@ addons:
- ragel
- re2c
- libcurl4-gnutls-dev
- meson
- python
- python3
# before_deploy: "make deb" # TODO
deploy:
skip_cleanup: true