mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
37 lines
517 B
YAML
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
|