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

38 lines
517 B
YAML

sudo: false
language: python
# tell travis to cache ~/.cache/pip
cache: pip
matrix:
fast_finish: true
include:
- python: 2.7
env: TOX_ENV=packaging
- python: 3.6
env: TOX_ENV=pep8
- python: 2.7
env: TOX_ENV=py27
- 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
install:
- pip install tox
script:
- tox -e $TOX_ENV