weechat-matrix/.travis.yml

27 lines
508 B
YAML
Raw Normal View History

---
## Machine config
os: "linux"
arch: "amd64"
dist: "bionic"
version: "~> 1.0"
## Language config
language: "python"
2019-01-25 22:36:25 +01:00
python:
- "3.6"
- "3.7"
- "3.8"
2019-01-25 22:36:25 +01:00
before_install:
- wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2
- tar -xvf olm-master.tar.bz2
- pushd olm-master && make && sudo make PREFIX="/usr" install && popd
- rm -r olm-master
2019-01-25 22:36:25 +01:00
install:
- pip install -r requirements.txt
- pip install pytest
- pip install hypothesis
2019-01-25 22:36:25 +01:00
script: python -m pytest