2017-12-22 02:14:45 +01:00
|
|
|
language: python
|
2019-06-26 11:27:42 +02:00
|
|
|
dist: xenial
|
2017-12-22 02:14:45 +01:00
|
|
|
python:
|
2019-06-26 11:27:42 +02:00
|
|
|
- "3.7"
|
2017-12-22 02:14:45 +01:00
|
|
|
|
|
|
|
install: "pip install -r .travis.requirements"
|
|
|
|
|
|
|
|
script: ./run_tests.sh
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- blacklight86@gmail.com
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|
|
|
|
|
2018-05-04 03:35:18 +02:00
|
|
|
services:
|
|
|
|
- redis-server
|
|
|
|
|
2018-07-08 22:38:09 +02:00
|
|
|
git:
|
|
|
|
submodules: false
|
|
|
|
|