django-downloadview/.travis.yml
2020-01-07 09:54:28 +01:00

37 lines
517 B
YAML

language: python
dist: xenial
sudo: true
python:
- 2.7
- 3.4
- 3.5
- 3.6
env:
- DJANGO="1.8"
- DJANGO="1.9"
- DJANGO="1.10"
- DJANGO="1.11"
- DJANGO="2.0"
- DJANGO="2.1"
- DJANGO="2.2"
matrix:
- exclude:
- python: 2.7
env: DJANGO="2.0"
- python: 2.7
env: DJANGO="2.1"
- python: 3.4
env: DJANGO="2.1"
- python: 2.7
env: DJANGO="2.2"
- python: 3.4
env: DJANGO="2.2"
install:
- pip install tox
- pip install -q tox-travis
script:
- tox