synapse-s3-storage-provider/.travis.yml

33 lines
434 B
YAML
Raw Normal View History

sudo: false
2018-08-23 11:56:01 +00:00
language: python
# tell travis to cache ~/.cache/pip
cache: pip
matrix:
fast_finish: true
include:
- python: 3.6
env: TOX_ENV=pep8
- python: 3.5
env: TOX_ENV=py35
- python: 3.6
env: TOX_ENV=py36
- python: 3.7
language: python
sudo: required
dist: xenial
env: TOX_ENV=py37
- python: 3.6
env: TOX_ENV=check_isort
2018-08-23 11:56:01 +00:00
install:
- pip install tox
2018-08-23 11:56:01 +00:00
script:
- tox -e $TOX_ENV